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