localeidentifiers
Locale identifiers are strings that designate language, script, country/region, and optional variants for software localization. They guide translation selection, number and date formatting, collation, and input methods.
The predominant standard for new systems is IETF BCP 47 language tags, which use subtags for language
Structure: A typical locale identifier includes language, optional script, optional region, and optional variants or extensions.
Usage: Systems select resources (translations, date/time formats, number formats) based on the best-matching locale. CLDR provides
Interoperability: Different platforms map or adapt locale identifiers differently; converting between BCP 47 tags and legacy
See also: Locale, Internationalization, Localization, BCP 47, CLDR.