Disabling Web-interface languages / localization

Hi,

if I only want rt3 to display the webinterface in english, no matter what
lang preference a users browser is set to, hat is the correct method of
disabling all the other languages as .de and so on?

PS: I’d rather like to see a per user language pref within RT and not have
this being detected by the browser pref…

http://www.StefanSeiz.com
Spamto: bin@imd.net

if I only want rt3 to display the webinterface in english, no matter what
lang preference a users browser is set to, hat is the correct method of
disabling all the other languages as .de and so on?

If Jesse merges the @RT::LexiconLanguages chunk from my branch,
simply adding this line in your RT_SiteConfig.pm:

@LexiconLanguages = ('en');

will do the trick.

PS: I’d rather like to see a per user language pref within RT and not have
this being detected by the browser pref…

Hacking together $User->Lang support to rt/html/User/Prefs.html and
rt/lib/RT/CurrentUser.pm should be straightforward; patches welcome. :slight_smile:

Thanks,
/Autrijus/