|
Locale::getDisplayVariantlocale_get_display_variantReturns an appropriately localized display name for variants of the input locale DescriptionObject-oriented style
public static stringfalse Locale::getDisplayVariant(string
$locale , stringnull $displayLocale = null )Procedural style stringfalse locale_get_display_variant(string
$locale , stringnull $displayLocale = null )
Returns an appropriately localized display name for variants of the input
locale. If is Parameters
Return Values
Display name of the variant for the Changelog
ExamplesExample #1 locale_get_display_variant example
Example #2 OO example
The above example will output: Natisone dialect; dialecte de Natisone; NEDIS See Also
|