Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions user_manual/desktop/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,14 @@ This option provides the ability to either: keep the existing data (synced by th

Make your choice and click "**Connect...**".
This will then step you through the Connection Wizard, just as you did when you setup the previous sync connection, but giving you the opportunity to choose a new sync directory.

I would like to change the language of the user interface
---------------------------------------------------------

To do this, the configuration file ``nextcloud.cfg`` must be changed.
A line with the desired language must be added to the ``General`` section.

.. code-block:: none

[General]
language=de
Loading