Hello.
I need to use some locale switching behavior in struts application. I tried Action.setLocale(HttpServletRequest, Locale), but first populated values from resource bundles were shown for locale, which I switched to, so after several requests and swithing of the locale some mixed content of both locales was displayed.
Is there any other way to switch the current locale or some setup of the application?
Thanks for any ideas.
I need to use some locale switching behavior in struts application. I tried Action.setLocale(HttpServletRequest, Locale), but first populated values from resource bundles were shown for locale, which I switched to, so after several requests and swithing of the locale some mixed content of both locales was displayed.
Is there any other way to switch the current locale or some setup of the application?
Thanks for any ideas.