Files
nextcloud-docs/admin_manual/configuration_server/language_configuration.rst
Morris Jobke 3bd2c51c11 Remove reference to not existing file
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-12-20 14:32:36 +01:00

25 lines
696 B
ReStructuredText

Language Configuration
======================
In normal cases Nextcloud will automatically detect the language of the Web-GUI.
If this does not work properly or you want to make sure that Nextcloud always
starts with a given language, you can use the **default_language** parameter.
Please keep in mind, that this will not effect a users language preference,
which has been configured under "personal -> language" once he has logged in.
Please check `Transifex language codes
<https://www.transifex.com/explore/languages/>`_ for the list of valid language
codes.
Parameters
----------
::
<?php
"default_language" => "en",
This parameters can be set in the :file:`config/config.php`