Home | Previous Page | Next Page   Internationalization and Date Formats >

Support for JDK and Internationalization

The JDK provides a rich set of APIs for developing global applications. These internationalization APIs are based on the Unicode 2.0 code set and can adapt text, numbers, dates, currency, and user-defined objects to any country's conventions.

The internationalization APIs are concentrated in three packages:

For more information about JDK internationalization support, see the Sun Microsystems documentation.

Warning:
There is no connection between JDK locales and JDK code sets; you must keep these in agreement. For example, if you select the Japanese locale ja_JP, there is no Java method that tells you that the SJIS code set is the most appropriate.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]