http://www.developer.com/java/article.php/3886916/Isolating-Locale-specific-Text-in-International-Java-Applications.htm
All GUI-based programs display and/or manipulate text in some form or another. Java's Locale object allows you to display and manage data in a way that conforms to the rules of a particular geographical region, but only the formatting of the data, not the content itself because the String and related classes are not locale-sensitive. To handle the String and related classes in locale-specific applications, Java provides a number of other classes. In his WebReference article, Rob Gravelle explores these classes and the following tasks:
Isolating Locale-specific Text in International Java Applications
June 9, 2010
Read the full story at WebReference:
Isolating Locale-specific Text in International Java Applications