| 
 | Locale::getDisplayLanguagelocale_get_display_languageReturns 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 
<?phpExample #2 OO example 
<?phpThe above example will output: Slovenian; slov\xc3\xa8ne; Slowenisch See Also
 
 |