|
Locale::getDisplayLanguagelocale_get_display_languageReturns an appropriately localized display name for language of the inputlocale DescriptionObject-oriented style
public static stringfalse Locale::getDisplayLanguage(string
$locale , stringnull $displayLocale = null )Procedural style stringfalse locale_get_display_language(string
$locale , stringnull $displayLocale = null )
Returns an appropriately localized display name for language of the input
locale. If is Parameters
Return Values
Display name of the language for the Changelog
ExamplesExample #1 locale_get_display_language example
Example #2 OO example
The above example will output: Slovenian; slov\xc3\xa8ne; Slowenisch See Also
|