'How to add default language url path on Odoo website
I develop my company website on Odoo 14 and it is multilingual. The default language is English. For other language it adds language path like:
for Italian: /it/
for German: /de/
But for English it does not add any path because it is the default language. I would like to have the default language path too. Do you know how to do it?
Solution 1:[1]
You can do that easily by adding the language to the URL as shown below:
http://<website_domain_name>/it
or
http://<website_domain_name>/de
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Jeremy Caney |