Locale
Definition at line 11 of file Locale.php.
◆ __construct()
Locale construct
- Parameters
-
- Exceptions
-
Definition at line 31 of file Locale.php.
33 if (!preg_match(
'/[a-z]{2}_[A-Z]{2}/', $locale)) {
34 throw new \InvalidArgumentException(
'Target locale must match the following format: "aa_AA".');
36 $this->_locale = $locale;
◆ __toString()
Return locale string
- Returns
- string
Definition at line 44 of file Locale.php.
◆ $_locale
◆ DEFAULT_SYSTEM_LOCALE
const DEFAULT_SYSTEM_LOCALE = 'en_US' |
Default system locale
Definition at line 16 of file Locale.php.
The documentation for this class was generated from the following file:
- vendor/magento/magento2-base/setup/src/Magento/Setup/Module/I18n/Locale.php