Skip to content

Commit e295a17

Browse files
committed
minor #8211 Update language.rst (Draeli, javiereguiluz)
This PR was submitted for the 3.2 branch but it was merged into the 2.7 branch instead (closes #8211). Discussion ---------- Update language.rst Avoid taking lost time searching something which can be say clearly. Commits ------- a7ee84f Reword 1d318a0 Update language.rst
2 parents 363dcbe + a7ee84f commit e295a17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

reference/forms/types/language.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ in the `International Components for Unicode`_ (e.g. ``fr`` or ``zh_Hant``).
1313

1414
.. note::
1515

16-
The locale of your user is guessed using :phpmethod:`Locale::getDefault`
16+
The locale of your user is guessed using :phpmethod:`Locale::getDefault`,
17+
which requires to have installed and enabled the ``intl`` PHP extension.
1718

1819
Unlike the ``choice`` type, you don't need to specify a ``choices`` or
1920
``choice_list`` option as the field type automatically uses a large list

0 commit comments

Comments
 (0)