1

I found this tutorial how to use different languages in JSF page.

http://memorynotfound.com/jsf-internationalisation-i18n/

Bug in my application all managed beans are in @ViewScoped. How I can set just with one h:selectOneMenu in all pages default language?

Peter Penzov
  • 1,126
  • 134
  • 430
  • 808
  • 1
    For all pages to have same stored locale you could use `@SessionScoped` and store there locale, then `@Inject` it to your beans or save it in [session attribute](http://stackoverflow.com/a/13047815/3803447). – Geinmachi Oct 24 '15 at 13:28
  • Can be a small session bean to keep language... you can use more that one bean per page... (just in case you didn't know) – Alexandre Lavoie Oct 24 '15 at 16:18

0 Answers0