|
Locale::getDisplayScriptlocale_get_display_scriptReturns an appropriately localized display name for script of the input locale DescriptionObject-oriented style
public static stringfalse Locale::getDisplayScript(string
$locale , stringnull $displayLocale = null )Procedural style stringfalse locale_get_display_script(string
$locale , stringnull $displayLocale = null )
Returns an appropriately localized display name for script of the input
locale. If is Parameters
Return Values
Display name of the script for the Changelog
ExamplesExample #1 locale_get_display_script example
Example #2 OO example
The above example will output: Latin; latin; Lateinisch See Also
|