Cldr.LanguageTag.Parser (Cldr v2.43.1)
View SourceParses a CLDR language tag (also referred to as locale string).
The applicable specification is from CLDR which is similar based upon RFC5646 with some variations.
Summary
Functions
Parse a locale name into a t:Cldr.LanguageTag
Parse a locale name into a t:Cldr.LanguageTag
Functions
Parse a locale name into a t:Cldr.LanguageTag
- locale_nameis a string representation of a language tag as defined by RFC5646.
Returns
- {:ok, language_tag}or
- {:error, reasons}
Parse a locale name into a t:Cldr.LanguageTag
- locale_nameis a string representation of a language tag as defined by RFC5646.
Returns
- language_tagor
- raises an exception