- You must have the locale-specific jar
file. provides such
jars for only some locales. You will find the locale jar files in the /lib
directory in your installation.
- The locale-specific jar
file must be in the classpath.
The locale-specific jar
file is named Locale_ll_CC.jar,
where ll is the two-letter code for language, and CC is the
two-letter code for country. For example, the name of the jar file for error
messages for the German locale is Locale_de_DE.jar.
supports the following
locales:
- Locale_cs.jar -
Czech
- Locale_de_DE.jar -
German
- Locale_es.jar
- Spanish
- Locale_fr.jar
- French
- Locale_hu.jar
- Hungarian
- Locale_it.jar
- Italian
- Locale_ja_JP.jar
- Japanese
- Locale_ko_KR.jar
- Korean
- Locale_pl.jar
- Polish
- Locale_pt_BR.jar
- Brazilian Portuguese
- Locale_ru.jar
- Russian
- Locale_zh_CN.jar
- Simplified Chinese
- Locale_zh_TW.jar
- Traditional Chinese