Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit a53f4d5

Browse files
committed
Added explanation of first locale used as default
1 parent d94acda commit a53f4d5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bundles/phpcr_odm/multilang.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ To use translated documents, you need to configure the available languages:
7070
);
7171
7272
The ``locales`` is a list of alternative locales to look up if a document
73-
is not translated to the requested locale.
73+
is not translated to the requested locale. Note that the first locale listed
74+
is used as the default locale for the standard locale chooser strategy and
75+
hence will be the default locale in the document manager.
7476

7577
This bundle provides a request listener that gets activated when any locales
7678
are configured. This listener updates PHPCR-ODM to use the locale Symfony

0 commit comments

Comments
 (0)