From 8c0e78a16a6044e55cf39ef3e7d85386dda84d17 Mon Sep 17 00:00:00 2001 From: jameskimmel <17176225+jameskimmel@users.noreply.github.com> Date: Thu, 9 Apr 2026 15:44:05 +0200 Subject: [PATCH] Update language_configuration.rst with default_language details Just like here: https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#default-language we explain the usage of informal and iso better Signed-off-by: jameskimmel <17176225+jameskimmel@users.noreply.github.com> --- admin_manual/configuration_server/language_configuration.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/admin_manual/configuration_server/language_configuration.rst b/admin_manual/configuration_server/language_configuration.rst index 792880542f9..5302a18b82b 100644 --- a/admin_manual/configuration_server/language_configuration.rst +++ b/admin_manual/configuration_server/language_configuration.rst @@ -10,8 +10,7 @@ If this does not work properly or you want to make sure that Nextcloud always starts with a given language, you can set a **default_language** parameter in the :file:`config/config.php`. -.. note:: The default_language parameter is only used, when the browser does not - send any language, and the user hasn't configured own language preferences. +.. 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. ::