Display the operations presentation in several languages
For platforms offering operations in several languages, it is possible to adapt the content according to the user's language.
To do this, simply enter the description of the operation in several languages.
It is also possible to alternate the languages, for example: we switch from French to English, the French content will change to English, but you must enter a translated content
Alternate languages with fixed translated content
This action is only possible by the platform administrator.
In your administrator back-office:
- Go to Design -> CSS
Add the following CSS code:
body.lang-fr .description-en, body.lang-fr .description-es,<br>body.lang-fr .description-pt {<br> display:none;<br>}
When the page is in French, the description in English, Spanish or Portuguese will therefore not be displayed.
Integrate content in several languages on operations
This action is only possible by the platform administrator.
In the list of your Operations, select the operation and choose Edit content or Edit operation.
Go to the Product Description then deactivate the Simple edit option to edit the content in HTML mode.
When editing the description, respect the following syntax to integrate the content in different languages:
<p> Contenu FR </p> <p> Contenu EN </p> <p> Contenu ES </p>