Skip to content

Commit f95c76d

Browse files
authored
Merge pull request #37508 from nextcloud/backport/37486/stable26
[stable26] fix default_language doc
2 parents 426aa8a + 992b65e commit f95c76d

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
@@ -165,13 +165,14 @@
165165
/**
166166
* This sets the default language on your Nextcloud server, using ISO_639-1
167167
* language codes such as ``en`` for English, ``de`` for German, and ``fr`` for
168-
* French. It overrides automatic language detection on public pages like login
169-
* or shared items. User's language preferences configured under "personal ->
170-
* language" override this setting after they have logged in. Nextcloud has two
171-
* distinguished language codes for German, 'de' and 'de_DE'. 'de' is used for
172-
* informal German and 'de_DE' for formal German. By setting this value to 'de_DE'
173-
* you can enforce the formal version of German unless the user has chosen
174-
* something different explicitly.
168+
* French. The default_language parameter is only used, when the browser does
169+
* not send any language, and the user hasn’t configured own language
170+
* preferences.
171+
*
172+
* Nextcloud has two distinguished language codes for German, 'de' and 'de_DE'.
173+
* 'de' is used for informal German and 'de_DE' for formal German. By setting
174+
* this value to 'de_DE' you can enforce the formal version of German unless
175+
* the user has chosen something different explicitly.
175176
*
176177
* Defaults to ``en``
177178
*/

0 commit comments

Comments
 (0)