Skip to content

Commit 5bb23ae

Browse files
authored
Merge pull request #14376 from nextcloud/backport/14284/stable33
[stable33] Update language_configuration.rst with default_language details
2 parents cc4e418 + 3c3b40a commit 5bb23ae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

admin_manual/configuration_server/language_configuration.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ If this does not work properly or you want to make sure that Nextcloud always
1010
starts with a given language, you can set a **default_language** parameter in the
1111
:file:`config/config.php`.
1212

13-
.. note:: The default_language parameter is only used, when the browser does not
14-
send any language, and the user hasn't configured own language preferences.
13+
.. note:: The default_language parameter is only used when the browser does not send any language, and the user hasn’t configured their own language preferences. This sets the default language on your Nextcloud server, using ISO_639-1 language codes such as en for English, de for German, and fr for French. Nextcloud has two distinguished language codes for German, de and de_DE. de is used for informal German and de_DE for formal German. By setting this value to de_DE, you can enforce the formal version of German unless the user has chosen something different explicitly.
1514

1615
::
1716

0 commit comments

Comments
 (0)