We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d318a0 commit a7ee84fCopy full SHA for a7ee84f
reference/forms/types/language.rst
@@ -13,8 +13,8 @@ in the `International Components for Unicode`_ (e.g. ``fr`` or ``zh_Hant``).
13
14
.. note::
15
16
- The locale of your user is guessed using :phpmethod:`Locale::getDefault`
17
- Don't forget install 'intl' package PHP to have translation.
+ The locale of your user is guessed using :phpmethod:`Locale::getDefault`,
+ which requires to have installed and enabled the ``intl`` PHP extension.
18
19
Unlike the ``choice`` type, you don't need to specify a ``choices`` or
20
``choice_list`` option as the field type automatically uses a large list
0 commit comments