View Source Cldr.DisplayName protocol (Cldr v2.37.1)

Returns the localised display name for a CLDR struct (locale, unit, currency)

Link to this section Summary

Types

t()

All the types that implement this protocol.

Link to this section Types

@type t() :: term()

All the types that implement this protocol.

Link to this section Functions

Link to this function

display_name(language_tag, options)

View Source
@spec display_name(t(), Keyword.t()) :: String.t()