Skip to content

Commit 0ff17aa

Browse files
authored
Merge pull request #37510 from nextcloud/backport/37486/stable24
[stable24] fix default_language doc
2 parents 5d99def + 71e20d4 commit 0ff17aa

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

config/config.sample.php

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -159,13 +159,14 @@
159159
/**
160160
* This sets the default language on your Nextcloud server, using ISO_639-1
161161
* language codes such as ``en`` for English, ``de`` for German, and ``fr`` for
162-
* French. It overrides automatic language detection on public pages like login
163-
* or shared items. User's language preferences configured under "personal ->
164-
* language" override this setting after they have logged in. Nextcloud has two
165-
* distinguished language codes for German, 'de' and 'de_DE'. 'de' is used for
166-
* informal German and 'de_DE' for formal German. By setting this value to 'de_DE'
167-
* you can enforce the formal version of German unless the user has chosen
168-
* something different explicitly.
162+
* French. The default_language parameter is only used, when the browser does
163+
* not send any language, and the user hasn’t configured own language
164+
* preferences.
165+
*
166+
* Nextcloud has two distinguished language codes for German, 'de' and 'de_DE'.
167+
* 'de' is used for informal German and 'de_DE' for formal German. By setting
168+
* this value to 'de_DE' you can enforce the formal version of German unless
169+
* the user has chosen something different explicitly.
169170
*
170171
* Defaults to ``en``
171172
*/

0 commit comments

Comments
 (0)