common_locale_data_all library

Library to access ALL translated common data.

Locales can be used via the CommonLocaleDataAll extension.

Because this library pulls in all locale sources, compilation times will be long (>10x compared to selecting individual locales).

The translations are extracted from the Common Locale Data Repository (CLDR).

Classes

CommonLocaleData
The root class providing access to all Common Data (date fields, units, territories etc...).
CompoundUnit Units
Localized compound unit information.
CompoundUnitPattern Units
Localized compound unit information for a single length.
Currencies Currencies
Container for localized currency names.
Currency Currencies
Localized currency names.
DateFieldData Dates
Localized date/time field names.
DateFieldDataTime Dates
Localized full time field names.
DateFieldDataWithRelative Dates
Localized relative date/time field names.
DateFieldFullData Dates
Localized full date/time field names.
DateFields Dates
Localized date and time related texts.
DateRange Timezones
Date/Time period.
DateRangeMap<T> Timezones
A map of time periods.
Language Languages
Localized language names.
LanguageId Locales
Unicode language identifier (= language, script, region and variants)
Languages Languages
Container for localized language names.
LocaleDisplayName Locales
Localized locale display name information.
LocaleId Locales
A locale identifier (= Unicode language identifier + extensions and privateUse field).
LocaleMatcher Locales
Matches supported locales to the desired locales.
MatchResult Locales
The result of a match by LocaleMatcher.
MetaZone Timezones
Meta zone is used as a generic zone for a group of locations (e.g. Central European time for Amsterdam, London, Paris, Brussels, etc.).
MultiLength Dates
Name in multiple different lengths.
MultiLengthRelativeTime Dates
Localized relative time field names.
RelativeDateFieldData Dates
Localized relative date/time field names.
RelativeTime Dates
Localized relative time field names for single length.
Script Languages
Localized script names.
Scripts Languages
Container for localized script names.
Subdivisions Territories
Container for localized subdivision names.
Territories Territories
Container for localized territory names.
Territory Territories
Localized territory names.
TerritoryData Territories
Locale independent data about territories.
TimeZone Timezones
Localized timezone information for a given point in time.
TimeZoneData Timezones
Locale independent data about timezones.
TimeZoneName Timezones
Combination of generic, standard and daylight savings time names.
TimeZoneNames Timezones
Set of names for a time zone.
TimeZones Timezones
Container for localized Timezone information.
UnicodeExtensions Locales
Predefined Unicode locale extensions.
Unit Units
Localized unit information.
UnitCountPattern Units
Localized unit information for single length.
UnitPrefix Units
Localized unit prefix information.
UnitPrefixPattern Units
Localized unit prefix information for a single length.
Units Units
Container for localized unit names.
Variant Languages
Localized locale variant names.
Variants Languages
Container for localized locale variant names.

Enums

CurrencyFormat Currencies
How to format the currency.
LocaleDisplayNameStyle Locales
Display Name Style
TimeZoneStyle Timezones
Timezone formatting options.

Extensions

CommonLocaleDataAll on CommonLocaleData
Extension to provide static or dynamic access to all locales.