Locale::getDisplayName()

static string getDisplayName(string $locale, string $inLocale = null) Not supported. Returns the localized display name for the locale. Parameters string $locale The locale code to return the display locale name from string $inLocale Optional format locale code to use to display the locale name Return Value string The localized locale display name Exceptions MethodNotImplementedException See also http://www.php.net/manual/en/locale.getdisplayname.php

Locale::getDisplayLanguage()

static string getDisplayLanguage(string $locale, string $inLocale = null) Not supported. Returns the localized display name for the locale language. Parameters string $locale The locale code to return the display language from string $inLocale Optional format locale code to use to display the language name Return Value string The localized language display name Exceptions MethodNotImplementedException See also http://www.php.net/manual/en/locale.getdisplaylanguage.p

Locale::getDefaultFallback()

static string getDefaultFallback() Returns the default fallback locale. Return Value string The default fallback locale See also setDefaultFallback() getFallback()

Locale::getDefault()

static string getDefault() Returns the default locale. Return Value string The default locale code. Always returns 'en' See also http://www.php.net/manual/en/locale.getdefault.php

Locale::getAllVariants()

static array getAllVariants(string $locale) Not supported. Returns the variants for the input locale. Parameters string $locale The locale to extract the variants from Return Value array The locale variants Exceptions MethodNotImplementedException See also http://www.php.net/manual/en/locale.getallvariants.php

Locale::filterMatches()

static string filterMatches(string $langtag, string $locale, bool $canonicalize = false) Not supported. Checks if a language tag filter matches with locale. Parameters string $langtag The language tag to check string $locale The language range to check against bool $canonicalize Return Value string The corresponding locale code Exceptions MethodNotImplementedException See also http://www.php.net/manual/en/locale.filtermatches.php

Locale::composeLocale()

static string composeLocale(array $subtags) Not supported. Returns a correctly ordered and delimited locale code. Parameters array $subtags A keyed array where the keys identify the particular locale code subtag Return Value string The corresponding locale code Exceptions MethodNotImplementedException See also http://www.php.net/manual/en/locale.composelocale.php

Locale::acceptFromHttp()

static string acceptFromHttp(string $header) Not supported. Returns the best available locale based on HTTP "Accept-Language" header according to RFC 2616. Parameters string $header The string containing the "Accept-Language" header value Return Value string The corresponding locale code Exceptions MethodNotImplementedException See also http://www.php.net/manual/en/locale.acceptfromhttp.php

Locale deprecated::getLocales()

static array getLocales() Returns all available locale codes. Return Value array The locale codes Exceptions RuntimeException When the resource bundles cannot be loaded

Locale deprecated::getLanguages()

static array getLanguages() Returns all available language codes. Return Value array The language codes Exceptions RuntimeException When the resource bundles cannot be loaded