View Source Cldr.LanguageTag.T (Cldr v2.34.0)

Defines the struct for the BCP 47 t extension.

Link to this section Summary

Types

t()

Defines the BCP 47 t extension of a t:Cldr.LanguageTag.

Link to this section Types

@type t() :: %Cldr.LanguageTag.T{
  d0: atom(),
  h0: atom(),
  i0: atom(),
  k0: atom(),
  language: atom(),
  m0: atom(),
  s0: atom(),
  t0: atom(),
  x0: atom()
}

Defines the BCP 47 t extension of a t:Cldr.LanguageTag.

Link to this section Functions

Link to this function

display_name(language_tag, in_locale)

View Source
Link to this function

format_key_type(key_value, display_values)

View Source
Link to this function

join_field_values(fields, display_names)

View Source