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