Skip to content

Commit d68cd09

Browse files
committed
change misleading language identifier
1 parent df16779 commit d68cd09

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

reference/forms/types/language.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The ``language`` type is a subset of the ``ChoiceType`` that allows the user
88
to select from a large list of languages. As an added bonus, the language names
99
are displayed in the language of the user.
1010

11-
The "value" for each language is the *Unicode language identifier*
11+
The "value" for each language is the *Unicode language identifier* used in the `International Components for Unicode`_
1212
(e.g. ``fr`` or ``zh-Hant``).
1313

1414
.. note::
@@ -106,3 +106,5 @@ The actual default value of this option depends on other field options:
106106
.. include:: /reference/forms/types/options/read_only.rst.inc
107107

108108
.. include:: /reference/forms/types/options/required.rst.inc
109+
110+
.. _`International Components for Unicode`: http://site.icu-project.org

0 commit comments

Comments
 (0)