Locale

Intro


Countries


Java ISO country listing

The following program lists the 2-letter country codes and their names. It cannot handle 3-letter codes. It is not complete - it does not include all the countries in ISO 3166. This information is hard-coded as an array of strings into the Locale.java source code, so the class definition is unstable


Language codes


Java ISO language listing

The following program lists the 2-letter language codes and their names. It cannot handle 3-letter codes. It is not complete. This information is hard-coded as an array of strings into the Locale.java source code, so the class definition is unstable


Variants


Locale representation - ASCII

Locales can be written in textual form


Locale listing

A Java program to list information about all known locales is Supported locales for Java 1.4.2 are described in http://java.sun.com/j2se/1.4.2/docs/guide/intl/locale.doc.html


Locale display


Locales in ANSI C


C Locale


GNU C


Unix locale


Java


Locale names


Issues with locales


Summary


Jan Newmarch (http://jan.newmarch.name)
jan@newmarch.name
Last modified: Fri Mar 11 22:03:36 EST 2005
Copyright ©Jan Newmarch