[imp] Turning off Language Dialogue in IMP
Bauer, Rich
rbauer at rosenbluth.com
Wed Mar 5 09:36:01 PST 2003
I want to turn off the language selection dialogue on the Horde login and
IMP login page and just force it to be English.
I followed the instructions found in several mailing list archives saying to
edit prefs.php and lock the language, however the dialogue still appears on
the login screens.
// user language
$_prefs['language'] = array(
'value' => 'en_US',
'locked' => true,
'shared' => true,
'type' => 'select',
'desc' => _("Select your preferred language:"));
Is there something else that needs to be done ?
More information about the imp
mailing list