Cldr.display_name

You're seeing just the function display_name, go back to Cldr module for more information.
Link to this function

display_name(term, options \\ [])

View Source

Specs

display_name(term(), Keyword.t()) :: String.t()

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.