Hi I am new to Umbraco we have a project were we have chosen to use the 1 1 language approach, we now this is not the best approach but our customer said they wanted it that way and we could not convince them to use the other approac.
We are using polyglot for the language switching and everything is going pretty ok, the different langauges work like tabs so u get 2 language specific tabs for every page right now, our only problem right now is the URLs to the pages. We have tried umbracoURLName, one on each language, but that was not working due to dupplicated property.
So right now the URL is the same on both language, what is the easiest way to solve this problem, is there any property that can be used?
Multilingual 1:1 site, problem with page URLs
Hi I am new to Umbraco we have a project were we have chosen to use the 1 1 language approach, we now this is not the best approach but our customer said they wanted it that way and we could not convince them to use the other approac.
We are using polyglot for the language switching and everything is going pretty ok, the different langauges work like tabs so u get 2 language specific tabs for every page right now, our only problem right now is the URLs to the pages. We have tried umbracoURLName, one on each language, but that was not working due to dupplicated property.
So right now the URL is the same on both language, what is the easiest way to solve this problem, is there any property that can be used?
This is what it looks like now:
In english -> FakeCompany/CompanyInfo
In swedish -> FakeCompany/CompanyInfo
This is what we want it to look like
In english -> FakeCompany/CompanyInfo
In swedish -> FakeCompany/Foretagsinfo
BR
Mattias Nilsson
Hi Mattias,
You could possibly use http://our.umbraco.org/wiki/reference/umbraco-best-practices/umbracourlalias ?
Rich
Thank you Rich, it was possible to achieve the the desired result using umbracoalilias.
BR
Mattias
Glad you got it sorted :)
is working on a reply...