File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -210,10 +210,11 @@ You may convert codes between two-letter alpha2 and three-letter alpha3 codes::
210
210
Locales
211
211
~~~~~~~
212
212
213
- A locale is the combination of a language and a region. For example, "Chinese"
214
- is the language and ``zh_Hans_MO `` is the locale for "Chinese" (language) +
215
- "Simplified" (script) + "Macau SAR China" (region). The ``Locales `` class
216
- provides access to the name of all locales::
213
+ A locale is the combination of a language, a region and some parameters that
214
+ define the interface preferences of the user. For example, "Chinese" is the
215
+ language and ``zh_Hans_MO `` is the locale for "Chinese" (language) + "Simplified"
216
+ (script) + "Macau SAR China" (region). The ``Locales `` class provides access to
217
+ the name of all locales::
217
218
218
219
use Symfony\Component\Intl\Locales;
219
220
You can’t perform that action at this time.
0 commit comments