LocaleDataProvider
class LocaleDataProvider
Data provider for locale-related ICU data.
Methods
__construct(string $path, BundleEntryReaderInterface $reader) Creates a data provider that reads locale-related data from .res files. | ||
getLocales() | ||
getAliases() | ||
getName($locale, $displayLocale = null) | ||
getNames($displayLocale = null) |
Details
__construct(string $path, BundleEntryReaderInterface $reader)
Creates a data provider that reads locale-related data from .res files.
Parameters
string | $path | The path to the directory containing the .res files |
BundleEntryReaderInterface | $reader | The reader for reading the .res files |
getLocales()
getAliases()
getName($locale, $displayLocale = null)
Parameters
$locale | ||
$displayLocale |
getNames($displayLocale = null)
Parameters
$displayLocale |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/4.0/Symfony/Component/Intl/Data/Provider/LocaleDataProvider.html