Hi Thiery;

You can try the following settings in RT_SiteConfig.pm:
#An array that contains languages supported by RT's internationalization
#interface. Defaults to all *.po lexicons; setting it to C<qw(en ja)> will make
#RT bilingual instead of multilingual, but will save some memory.

Set(@LexiconLanguages, qw(fr));

Look it up in RT_Config.pm

Regards;
Roy

Thierry Thelliez wrote:
Hello,

I am trying to understand how the default language setup works in RT.

There are plenty of .po files in rt3/lib/RT/I18N/ but how do you
change from en to fr for example?


Thanks,
Thierry

Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
Buy a copy at http://rtbook.bestpractical.com

Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
Buy a copy at http://rtbook.bestpractical.com

Reply via email to