string|null getLocaleName(string $locale, string $displayLocale = null)
Returns the name of a locale.
string|null getLocaleName(string $locale, string $displayLocale = null)
Returns the name of a locale.
string | $locale | The locale to return the name of (e.g. "de_AT"). |
string | $displayLocale | Optional. The locale to return the name in. Defaults to {@link \Locale::getDefault()}. |
string|null | The name of the locale or NULL if not found. |
Designed by : w10schools
service@w10schools.com
Please login to continue.