• 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

Problem with internationalisation

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

i need chinese and english support for my web application .so i used two properties file with names ApplicationResources.properties and ApplicationResources_zh.properties..........and i used everywhere <bean:message to dispaly the labels....but the starnge thing is that i am running my system on chinese server and i am running from english client(Locale is set to en_US) but the UI is coming in chinese .............i am so shocked the server should pick from clients locale ...........why is this happening ??? but if i run on server with english locale everytghing is working fine

is it that my filename should be ApplicationResources_en.properties rather than ApplicationResources.properties............if so how is it working fine on english server

any clue on this would be really thankful
 
reply
    Bookmark Topic Watch Topic
  • New Topic