interface LocaleBundleInterface implements ResourceBundleInterface
Gives access to locale-related ICU data.
Methods
string[] | getLocales() Returns the list of locales that this bundle supports. | from ResourceBundleInterface |
string|null | getLocaleName(string $locale, string $displayLocale = null) Returns the name of a locale. | |
string[] | getLocaleNames(string $displayLocale = null) Returns the names of all known locales. |
Details
string[] getLocales()
Returns the list of locales that this bundle supports.
string|null getLocaleName(string $locale, string $displayLocale = null)
Returns the name of a locale.
string[] getLocaleNames(string $displayLocale = null)
Returns the names of all known locales.
Please login to continue.