File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 */
You can’t perform that action at this time.
0 commit comments