PHP » GoLang |
login |
register |
about
|
GoLang Locale::getDisplayLanguage
request it (386)
GoLang replacement for PHP's Locale::getDisplayLanguage
[edit | history]
PHP Locale::getDisplayLanguagePHP original manual for Locale::getDisplayLanguage [ show | php.net ]Locale::getDisplayLanguagelocale_get_display_language(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Locale::getDisplayLanguage -- locale_get_display_language — Returns an appropriately localized display name for language of the inputlocale DescriptionObject oriented style
public
static
string
Locale::getDisplayLanguage
( string
$locale
[, string $in_locale
] )Procedural style
string
locale_get_display_language
( string
$locale
[, string $in_locale
] )
Returns an appropriately localized display name for language of the input
locale. If is Parameters
Return Valuesdisplay name of the language for the $locale in the format appropriate for $in_locale. ExamplesExample #1 locale_get_display_language() example
<?php Example #2 OO example
<?php The above example will output: Slovenian; slov\xc3\xa8ne; Slowenisch See Also
|
more
Recently updated
more
Most requested
more
Last requests
|