[rt-users] Languages in RT
Rui Vitor Figueiras Meireles
rui-f-meireles at telecom.pt
Mon Nov 2 07:37:47 EST 2009
Can anyone help me with this? Thanks.
-----Original Message-----
From: Rui Vitor Figueiras Meireles
Sent: quarta-feira, 28 de Outubro de 2009 18:22
To: 'rt-users at lists.bestpractical.com'
Subject: Languages in RT
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