I don't want to upgrade, I've made many changes to scrips, made plenty of configurations, and changed code to accommodate my needs, so it would be lots of work for something so simple...
Thanks anyway, users will just have to learn English! ;) ------------------------------ Date: Mon, 2 Nov 2009 13:55:30 +0100 From: Emmanuel Lacour <[email protected]> Subject: Re: [rt-users] Languages in RT To: [email protected] Message-ID: <[email protected]> Content-Type: text/plain; charset=us-ascii On Mon, Nov 02, 2009 at 12:37:47PM +0000, Rui Vitor Figueiras Meireles wrote: > > Can anyone help me with this? Thanks. > The default language is the browser language. Then LexiconLanguages limits the available languages. I'm sure it's working on 3.8, can you upgrade to 3.8 ? -----Original Message----- From: Rui Vitor Figueiras Meireles Sent: segunda-feira, 2 de Novembro de 2009 12:38 To: '[email protected]' Subject: RE: Languages in RT 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
