Locale::getDisplayLanguage() - Locale类
Locale::getDisplayLanguage()
locale_get_display_language
(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0)
Returns an appropriately localized display name for language of the inputlocale
说明
面向对象风格publicstaticLocale::getDisplayLanguage(string $locale[,string $in_locale]): string过程化风格
locale_get_display_language(string $locale[,string $in_locale]): string
Returns an appropriately localized display name for language of the input locale. If is NULL
then the default locale is used.
参数
$localeThe locale to return a display language for
$in_localeOptional format locale to use to display the language name
返回值
display name of the language for the $locale in the format appropriate for $in_locale.
范例
locale_get_display_language() example
OO example
以上例程会输出:
Slovenian; slov\xc3\xa8ne; Slowenisch
参见
- locale_get_display_name() Returns an appropriately localized display name for the input locale
- locale_get_display_script() Returns an appropriately localized display name for script of the input locale
- locale_get_display_region() Returns an appropriately localized display name for region of the input locale
- locale_get_display_variant() Returns an appropriately localized display name for variants of the input locale
If `$locale` is invalid, the return value is actually the value of `$locale`, not `NULL` or `FALSE` as you might expect. (If `$in_locale` is invalid, but `$locale` is valid, the return value is the language name in the default locale.)
To display special characters correctly in a web browser, it's a good idea to decode the result data with utf8_decode:
鹏仔微信 15129739599 鹏仔QQ344225443 鹏仔前端 pjxi.com 共享博客 sharedbk.com
图片声明:本站部分配图来自网络。本站只作为美观性配图使用,无任何非法侵犯第三方意图,一切解释权归图片著作权方,本站不承担任何责任。如有恶意碰瓷者,必当奉陪到底严惩不贷!