[Pkg-owncloud-commits] [owncloud-doc] 42/75: Create configuration_language.rst

David Prévot taffit at alioth.debian.org
Wed Sep 4 19:27:15 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch dfsg_clean
in repository owncloud-doc.

commit 13449c701788184e506b4a0b8918c5b0078fbc6b
Author: j-ed <juergen at eisfair.org>
Date:   Wed Aug 28 12:22:33 2013 +0200

    Create configuration_language.rst
---
 .../configuration/configuration_language.rst       |   24 ++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/admin_manual/configuration/configuration_language.rst b/admin_manual/configuration/configuration_language.rst
new file mode 100644
index 0000000..386d7d8
--- /dev/null
+++ b/admin_manual/configuration/configuration_language.rst
@@ -0,0 +1,24 @@
+Language Configuration
+======================
+
+In normal cases ownCloud will automatically detect the language of the Web-GUI.
+If this doesn't work properly or you want to make sure that ownCloud 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 :file:`settings/languageCodes.php` for the list of supported language
+codes. 
+
+
+Parameters
+----------
+
+.. code-block:: php
+
+  <?php
+
+    "default_language" => "en",
+
+This parameters can be set in the :file:`config/config.php`

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git



More information about the Pkg-owncloud-commits mailing list