I want to set up languages as folders in Umbraco 8. The goal is to have 3 languages like this:
domain.com/da - Danish
domain.com/en - English
domain.com/th - Thai
domain.com -> Redirect to domain.com/en
I could just setup a root node for the redirect page, and another node with the path in the domain for Hostnames, but the description there says that I am really not supposed to do that, so I want to do it the correct way.
I expected to be able to have a root node, and then have a Home node under that with the variants I need, but when I do that, I cannot get the variants to work.
Root (redirect)
|-- Home (variants in three languages)
Am I doing something wrong, or does this simply not work as expected yet?
Language as folder
I want to set up languages as folders in Umbraco 8. The goal is to have 3 languages like this: domain.com/da - Danish domain.com/en - English domain.com/th - Thai domain.com -> Redirect to domain.com/en
I could just setup a root node for the redirect page, and another node with the path in the domain for Hostnames, but the description there says that I am really not supposed to do that, so I want to do it the correct way. I expected to be able to have a root node, and then have a Home node under that with the variants I need, but when I do that, I cannot get the variants to work.
Root (redirect) |-- Home (variants in three languages)
Am I doing something wrong, or does this simply not work as expected yet?
Has been created as an issue, and should be fixed in 8.1.0
https://github.com/umbraco/Umbraco-CMS/issues/4683
is working on a reply...