documentation/content/applications/general/users/language.rst
Jonathan Castillo 400b3f52b7 [MOV] general: renames "odoo_basics" into "users" + split content
This commit is part of a larger work to improve the documentation's
structure. The toctree structure used to add levels to create categories
and make the structure visually more understandable.
With the new version of the documentation, plenty of these categories
are now redundant.

Since other docs were moved away from the section "basics" with previous
commits, this category is renamed "users settings"
This commit:
- renames "basics" into "users settings"
- moves the content from "odoo_basics/users" to "users"
  - it moves the content about "access rights" to a child doc

task-2535899
2021-06-04 13:51:18 +02:00

62 lines
1.8 KiB
ReStructuredText

===============
Change language
===============
Odoo provides you with the option to manage Odoo in different languages,
and each user can use Odoo in his own language .
Load your desired language
==========================
The first thing to do is to load your desired language on your Odoo
instance.
From the general dashboard click on the **Settings** app; on the top
left of the page select :menuselection:`Translations --> Load a Translation`,
select a language to install and click on **LOAD.**
.. image:: language/choose_language01.png
:align: center
.. note::
If you check the "Websites to translate" checkbox you will have the option
to change the navigation language on your website.
Change your language
====================
You can change the language to the installed language by going to the
drop-down menu at the top right side of the screen, choose
**Preferences**.
.. image:: language/choose_language02.png
:align: center
Then change the Language setting to your installed language and click
**SAVE.**
.. image:: language/choose_language03.png
:align: center
Open a new menu to view the changes.
Change another user's language
==============================
Odoo also gives you the possibility for each user to choose his
preferred language.
To change the language for a different user, choose :menuselection:`Users --> Users`
from the Settings app. Here you have a list of all users and you can
choose the user who you'd like to change the language for. Select the
user and click on **Edit** in the top left corner. Under Preferences you
can change the Language to any previously installed language and click
**SAVE.**
.. image:: language/choose_language04.png
:align: center
.. seealso::
* :doc:`../../websites/website/publish/translate`