Cldr.requested_locale_names

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

requested_locale_names(backend \\ default_backend!())

View Source

Specs

requested_locale_names(backend()) :: [Cldr.Locale.locale_name(), ...] | []

Returns a list of all requested locale names.

Arguments

  • backend is any module that includes use Cldr and therefore is a Cldr backend module. The default is Cldr.default_backend/0. Note that Cldr.default_backend/0 will raise an exception if no :default_backend is configured under the :ex_cldr key in config.exs.

The list is the combination of configured locales, Gettext locales and the default locale.

See also known_locales/1 and all_locales/0