Hi!

 

I want to develop an application with multiple locales. The user can change
the locale from a navigation part, and the content must be displayed in
another language. For this I tried to use the Localization service that
loads the labels from different bundles correctly. My problem is how to make
Turbine not to forget the chosen locale. I tried to set the locale of
RunData (runData.setLocale(new Locale("localeid"))) but when I change the
screen the locale is reset to default locale specified in TR.prop. Why? Is
there a specific way to store the chosen locale that persist all the
application? Or must I store it on the session?

 

Thank you!

 

   Regards,

           Levi

 

P.S. My Turbine version: 2.3.2

Reply via email to