6.3.90.900
CLDR Locale Names for Modern Locales
CLDR is the Common Locale Data Repository, a database of localization information published by the Unicode Consortium.
The CLDR Localenames-Modern library is a Racket interface to the cldr-localenames-modern JSON distribution published by the Unicode Consortium.
See CLDR Core for more information.
(require cldr/localenames-modern) | |
package: cldr-localenames-modern |
Returns raw data from languages.json for the given locale.
procedure
(locale-display-names locale) → jsexpr?
locale : string?
Returns raw data from localeDisplayNames.json for the given locale.
Returns raw data from scripts.json for the given locale.
procedure
(territories locale) → jsexpr?
locale : string?
Returns raw data from territories.json for the given locale.
procedure
(transform-names locale) → jsexpr?
locale : string?
Returns raw data from transformNames.json for the given locale.
Returns raw data from variants.json for the given locale.