This page documents what the locale support is for each type of functionality in each release.
Note that for many types of locale data, the data is defined for the language and is therefore shared between all the locales that use that language. This shared data may not be correct for all locales that use that language, but in many cases, it will at least be close.
For example, date formatting for the Gregorian calendar is defined for the English language, and any locale that uses English can format dates with it. For some locales, such as en-US, the generic English date formats are overridden to conform to US date formatting conventions.
In the lists below, when the data is defined only for the language, the locale will be given as only the language code. When the data is defined specifically for a locale, it will be given as the locale code with the language and region together.
There is also a definition for generic locale data shared amongst all locales, so you should be able to get some results for any locale. However, this generic data is based on the most common settings around the world, and is often not correct for any particular locale.
Locale info
The following functionality is not dependent on locales
Currency Info: all currencies defined by the ISO 4217 standard
Time Zone Info: all time zones defined by the IANA time zone DB
Calendars: Gregorian, Julian, Islamic civil
CType: all Unicode characters in the Basic Multilingual Plane (BMP)
Locale info
The following functionality is not dependent on locales
Currency Info: all currencies defined by the ISO 4217 standard
Time Zone Info: all time zones defined by the IANA time zone DB
Calendars: Gregorian, Julian, Islamic civil, Hebrew
CType: all Unicode characters in the Basic Multilingual Plane (BMP)
Added date/time format and translations for Danish, Finnish, Norwegian, and Swedish.
Locale info
The following functionality is not dependent on locales
Currency Info: all currencies defined by the ISO 4217 standard
Time Zone Info: all time zones defined by the IANA time zone DB
Calendars: Gregorian, Julian, Islamic civil, Hebrew
CType: all Unicode characters in the Basic Multilingual Plane (BMP)
Wiki: iLib - an internationalization library written in Javascript