8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29bbe27 + 78f0ce4 commit 08cc9e1Copy full SHA for 08cc9e1
reference/forms/types/language.rst
@@ -8,8 +8,8 @@ The ``language`` type is a subset of the ``ChoiceType`` that allows the user
8
to select from a large list of languages. As an added bonus, the language names
9
are displayed in the language of the user.
10
11
-The "value" for each locale is either the two letter ISO639-1 *language* code
12
-(e.g. ``fr``).
+The "value" for each language is the *Unicode language identifier*
+(e.g. ``fr`` or ``zh-Hant``).
13
14
.. note::
15
0 commit comments