Cldr.LanguageTag.Parser.parse
You're seeing just the function
parse
, go back to Cldr.LanguageTag.Parser module for more information.
Parse a locale name into a t:Cldr.LanguageTag
locale_name
is a string representation of a language tag as defined by RFC5646.
Returns
{:ok, language_tag}
or{:error, reasons}