@@ -41,7 +41,7 @@ you should just use the ``choice`` type directly.
41
41
+-------------+------------------------------------------------------------------------+
42
42
| Parent type| :doc: `choice </reference/forms/types/choice >`|
43
43
+-------------+------------------------------------------------------------------------+
44
- | Class| :class: `Symfony\\ Component\\ Form\\ Extension\\ Core\\ Type\\ LanguageType ` |
44
+ | Class| :class: `Symfony\\ Component\\ Form\\ Extension\\ Core\\ Type\\ LocaleType ` |
45
45
+-------------+------------------------------------------------------------------------+
46
46
47
47
Overridden Options
@@ -53,9 +53,8 @@ choices
53
53
**default **::method: `Symfony\\ Component\\ Locale\\ Locale::getDisplayLocales `
54
54
55
55
The choices option defaults to all locales returned by
56
- :method: `Symfony\\ Component\\ Locale\\ Locale::getDisplayLocales `. It uses the
57
- default locale to specify the language.
58
-
56
+ :method: `Symfony\\ Component\\ Locale\\ Locale::getDisplayLocales `.
57
+ The default locale is used to translate the locale names.
59
58
60
59
Inherited options
61
60
-----------------