|
Locale::getDisplayRegionlocale_get_display_regionReturns an appropriately localized display name for region of the input locale DescriptionObject-oriented style
public static stringfalse Locale::getDisplayRegion(string
$locale, stringnull $displayLocale = null)Procedural style stringfalse locale_get_display_region(string
$locale, stringnull $displayLocale = null)
Returns an appropriately localized display name for region of the input
locale. If is Parameters
Return Values
Display name of the region for the Changelog
ExamplesExample #1 locale_get_display_region example Example #2 OO example The above example will output: Italy; Italie; Italien See Also
|