RegionBundleInterface
interface RegionBundleInterface implements ResourceBundleInterface
Gives access to region-related ICU data.
Methods
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.