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: '[email protected]' 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 _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: [email protected] Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com
