Learn
-
The Java Language Specification is the definitive documentation on the Java language.
-
Read the official JDK 1.3 internationalization documentation.
-
The Java Tutorial from Sun Microsystems includes a section on Internationalization.
-
Introduction to i18n by Tomohiro Kubota offers guidelines for I18N from the Linux perspective.
-
Still have questions on I18N? Visit the jGuru I18N FAQ, where Joe Sam Shirah serves as FAQ manager.
-
In his article "Introducing inheritance to PropertyResourceBundles" (developerWorks, May 2001, Eric Olson discusses the problems that can crop up when creating a fully internationalized Java application using
PropertyResourceBundles and demonstrates a solution that maximizes bundle reuse while promoting resource bundle relationships. -
Chuck McManis, one of the original members of the Oak team, provides insight into decisions about Java characters, Readers, and Writers in his article "An in-depth look at Java's character type" (JavaWorld, 1998).
-
In "Getting Java ready for the world: A brief history of IBM and Sun's internationalization efforts" (developerWorks, July 1999) Laura Werner offers an interesting look at the origin of Java Internationalization support.
-
The Unicode Consortium is the official Unicode site with standards, documentation, and programs for dealing with Unicode.
-
macchiato.com, a site maintained by Mark Davis, provides code, articles, and commentary from a notable figure in Unicode and I18N development.
-
In his article "The Java International API: Beyond JDK 1.1" (developerWorks, October 1998), Mark Davis discusses changes in internationalization support for the Java 2 platform.
-
In Appendix C of
Java Look and Feel Design Guidelines, 2nd edition
, you'll find stock computer words and phrases in several languages.
Get products and technologies
-
Download i18n-source.jar, the complete source code and classes used in this tutorial. (In Netscape, right click and select "save link as.")
Discuss


