@@ -15,11 +15,12 @@ Install languages
15
15
16
16
To allow translation of your website, you must first :doc: `install <../../../general/users/language >`
17
17
the required languages and add them to your website. To do so, go to :menuselection: `Website -->
18
- Configuration --> Settings ` and click :guilabel: `Install languages ` in the :guilabel: `Website info `
19
- section. In the dialog box that opens, select the :guilabel: `Languages ` you want from the dropdown
20
- menu, tick the required :guilabel: `Websites to translate `, and click :guilabel: `Add `.
18
+ Configuration --> Settings ` and click :icon: `fa-arrow-right ` :guilabel: `Install languages ` in the
19
+ :guilabel: `Website Info ` section. In the dialog box that opens, select the :guilabel: `Languages ` you
20
+ want from the dropdown menu, tick the required :guilabel: `Websites to translate `, and
21
+ click :guilabel: `Add `.
21
22
22
- To edit your website's languages, go to :menuselection: `Website –> Configuration –> Settings ` and
23
+ To edit your website's languages, go to :menuselection: `Website - –> Configuration - –> Settings ` and
23
24
add/remove the required languages in/from the :guilabel: `Languages ` field in the
24
25
:guilabel: `Website info ` section.
25
26
@@ -51,7 +52,7 @@ the :guilabel:`Copyright` section at the bottom of the page. To edit the languag
51
52
#. Go to your website and click :guilabel: `Edit `;
52
53
#. Click the language selector available in the :guilabel: `Copyright ` block and go to the
53
54
:guilabel: `Copyright ` section of the website builder;
54
- #. Set the :guilabel: `Language selector ` field to either :guilabel: `Dropdown ` or :guilabel: `Inline `.
55
+ #. Set the :guilabel: `Language Selector ` field to either :guilabel: `Dropdown ` or :guilabel: `Inline `.
55
56
Click :guilabel: `None ` if you do not want to display the :guilabel: `Language selector `;
56
57
57
58
.. image :: translate/language-selector.png
@@ -83,14 +84,16 @@ In this mode, you can only translate text. To change the page's structure, you m
83
84
page, i.e., the page in the original language of the database. Any changes made to the master page
84
85
are automatically applied to all translated versions.
85
86
86
- To replace the original text with the translation, click the block, edit its contents, and save.
87
+ To replace the original text with the translation, click the block, edit its contents, and
88
+ :guilabel: `Save `.
87
89
88
90
.. note ::
89
- When a website supports multiple languages, the content is accessible through different URLs,
90
- depending on the language selected. For example,
91
- `https://www.mywebsite.com/shop/product/my-product-1 ` is the URL to the master page, in English,
92
- while `https://www.mywebsite.com/fr_FR/shop/product/mon-produit-1 ` is the URL to the French
93
- version of the same page.
91
+ When a website supports multiple languages, the core URL structure remains consistent across
92
+ languages, while specific elements like product names or categories are translated. For example,
93
+ `https://www.mywebsite.com/shop/product/my-product-1 ` is the English version of a product page,
94
+ while `https://www.mywebsite.com/fr/shop/product/mon-produit-1 ` is the French version of the same
95
+ page. The structure (/shop/product/) stays unchanged, but the translated elements (e.g., product
96
+ name) adapt to the selected language.
94
97
95
98
.. tip ::
96
99
Once the desired language is installed, you can translate some items from the backend (e.g., the
0 commit comments