[rt-users] Languages in RT
Rui Vitor Figueiras Meireles
rui-f-meireles at telecom.pt
Wed Oct 28 14:21:51 EDT 2009
Hi. I'm using RT 3.6, and I'm Portuguese.
I would like to give users the option of changing the language, default being English.
However, if I keep this line in RT_SiteConfig.pm:
@LexiconLanguages = qw(*) unless (@LexiconLanguages);
... then users that use Internet Explorer will get the default language Spanish! (why?) Firefox defaults to English.
So I changed the line to:
@LexiconLanguages = qw(en pt) unless (@LexiconLanguages);
Result: now the default is English, but Portuguese is no longer an option to choose from... (why?)
How can I set Default = English, BUT give users the power to choose? And can Non-staff users choose too?
Thanks,
Rui Meireles
More information about the rt-users
mailing list