[horde] default language
eculp
eculp at encontacto.net
Tue Aug 26 13:42:32 UTC 2008
Quoting Geert Batsleer <batsleer at gmail.com>:
> Helle everybody!
>
> is there an option to remove the possibility to choose a language in the
> login page?.
> All my users are dutch (nl_NL) so this should always be the standard if
> possible, even with an English OS or brouser.
Have you tried modifying config/prefs.php?
// user language
$_prefs['language'] = array(
'value' => '',
'locked' => false,
'shared' => true,
'type' => 'select',
'escaped' => true,
'desc' => _("Select your preferred language:")
);
IIRC, this will work fine with all new users but with the old users
you will either have to erase or modify their prefs because the saved
prefs take precedence.
ed
> Best regards
> --
> Horde mailing list - Join the hunt: http://horde.org/bounties/#horde
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
>
More information about the horde
mailing list