• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Localization

 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does anyone know how to support Internationalization and Localization in EJB.
How to implement a code for this.
Any books on this?
 
Ranch Hand
Posts: 919
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You could try 'Essentials of the Java Programming Language: A Hands on Guide' by Monica Pawlan. It has a section tackling the subject of Java internationalisation and localisation, and is aimed at the beginner to medium level of experience rather than experts. Its approach is hands-on, with source code examples using RMI clients and servers with a GUI front-end.
 
Erin Baron
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is a beginner's book for Java
but iam looking for creating Resource Bundles like look at below JSP code
Below i created locale as
when i try to open the below jsp in the browser it takes TestResources file(i.e list Resource Bundle)default English instead of German (TestResources_de)

(edited post to add 'CODE' tags for preserving formatting. See UBB tag info - George)
[This message has been edited by George Brown (edited November 17, 2000).]
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic