Locale::getDefault()
  • References/PHP/Symfony/Component/Intl/Locale

static string getDefault() Returns the default locale.

2025-01-10 15:47:30
Locale::lookup()
  • References/PHP/Symfony/Component/Intl/Locale

static lookup(array $langtag, string $locale, bool $canonicalize = false, string $default = null)

2025-01-10 15:47:30
Locale::getDisplayName()
  • References/PHP/Symfony/Component/Intl/Locale

static string getDisplayName(string $locale, string $inLocale = null) Not supported

2025-01-10 15:47:30
Locale
  • References/PHP/Symfony/Component/Intl/Locale

class Locale Replacement for PHP's native {@link \Locale} class. The only method supported

2025-01-10 15:47:30
Locale::getPrimaryLanguage()
  • References/PHP/Symfony/Component/Intl/Locale

static string|null getPrimaryLanguage(string $locale) Not supported. Returns the primary

2025-01-10 15:47:30
Locale::getAllVariants()
  • References/PHP/Symfony/Component/Intl/Locale

static array getAllVariants(string $locale) Not supported. Returns the variants for

2025-01-10 15:47:30
Locale::getKeywords()
  • References/PHP/Symfony/Component/Intl/Locale

static array getKeywords(string $locale) Not supported. Returns the keywords for the

2025-01-10 15:47:30
Locale::getDisplayScript()
  • References/PHP/Symfony/Component/Intl/Locale

static string getDisplayScript(string $locale, string $inLocale = null) Not supported

2025-01-10 15:47:30
Locale::getDisplayLanguage()
  • References/PHP/Symfony/Component/Intl/Locale

static string getDisplayLanguage(string $locale, string $inLocale = null) Not supported

2025-01-10 15:47:30
Locale::getRegion()
  • References/PHP/Symfony/Component/Intl/Locale

static string|null getRegion(string $locale) Not supported. Returns the region for

2025-01-10 15:47:30