• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JSF 1.2 + Internationalization

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I am new to JSF .
I want to perform the concept of internationalization with jsf1.2 and i m using glassfish as server .
I Don't want the code to have a menu from which we select a particular language .

I NEED it to be browser specific i.e if i change the language of the browser then it should automatically load the message.properties file.

Will we use <f:loadbundle ..... > and < f:view locale ..... > to achieve our goal .
Please help me how to achieve it ..

Regards
 
reply
    Bookmark Topic Watch Topic
  • New Topic