From 4027614e240bbe9ad71ab61c0508bb362851212a Mon Sep 17 00:00:00 2001 From: Draeli Date: Sat, 22 Jul 2017 14:13:55 +0200 Subject: [PATCH] Update language.rst Avoid lost time for something which can be say clearly --- reference/forms/types/language.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/reference/forms/types/language.rst b/reference/forms/types/language.rst index b5482d9cdeb..9338f28096e 100644 --- a/reference/forms/types/language.rst +++ b/reference/forms/types/language.rst @@ -14,6 +14,7 @@ in the `International Components for Unicode`_ (e.g. ``fr`` or ``zh_Hant``). .. note:: The locale of your user is guessed using :phpmethod:`Locale::getDefault` + Don't forget install 'intl' package PHP to have translation. Unlike the ``ChoiceType``, you don't need to specify a ``choices`` option as the field type automatically uses a large list of languages. You *can* specify the option