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