Previous | Next | Trail Map | Internationalization | Contents

Internationalization

by Dale Green

The lessons in this trail teach you how to internationalize Java applications. After internationalization, it is easy to tailor applications to the customs and languages of end-users around the world.


Note: The internationalization features documented in this trail were added to the Java Development Kit (JDK) for its 1.1 release. Thus, the code examples in the following lessons will work only on Java platforms that are compatible with version 1.1 of the JDK software.

Introduction defines the term internationalization, gives a quick example program, and provides a checklist you can use to internationalize an existing program.

Setting the Locale describes how to create and use Locale objects.

Isolating Locale-Specific Data shows how to dynamically access objects that vary with Locale.

Formatting explains how to format numbers, dates, and text messages according to Locale, and how to create customized formats with patterns.

Working with Text provides techniques for manipulating text in a locale-independent manner.

Please send comments about this trail to: tutorial@java.sun.com. In your message, place i18n in the subject header. Your feedback is important to us!


Previous | Next | Trail Map | Internationalization | Contents