Cldr.display_name
You're seeing just the function
display_name
, go back to Cldr module for more information.
Specs
Return a localised string suitable for
presentation purposes for structs that
implement the Cldr.LanguageTag.DisplayName
protocol.
The Cldr.LanguageTag.DisplayName
protocol is
implemented in this library for
t:Cldr.LanguageTag.t
.
Other CLDR-related libraries implement
the protocol for the types they support
such as t:Cldr.Unit
and t:Cldr.Currency
.