java - Struts / Internationalization (I18N) -


i've got web app working on, , have each of languages broken *_lang.properties. if change browser language, appropriate language appears in ui great, requires browser (both ff , ie) restarted. other websites recognize language change page refresh.

is there missing in order not force browser restart?

most language settings stored in session on server side. should able change part of code responsible loading resource bundles check request headers see locale's resource bundle should loaded.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -