I'm trying to migrate an MVC web site for a client to Umbraco CMS to be able to add blog features but also content, search, etc. My client has offices in 2 countries and web site would look similar but different for each country. It has to be only one site (.com domain bought).
So I'm thinking something like this
Root
--- US (home page)
-------Page 1 (English)
-------Page 2
...
--- CA (home page)
-------Page 1(English)
-------Page 2 (French)
Multilingual single site
Hi people,
I'm trying to migrate an MVC web site for a client to Umbraco CMS to be able to add blog features but also content, search, etc. My client has offices in 2 countries and web site would look similar but different for each country. It has to be only one site (.com domain bought).
So I'm thinking something like this
Root
--- US (home page)
-------Page 1 (English)
-------Page 2
...
--- CA (home page)
-------Page 1(English)
-------Page 2 (French)
With this URL segmentation
site/us/en/page 1
site/us/en/page 2
...
site/ca/en/page 1
site/ca/fr/page 1
site/ca/en/page 2
site/ca/fr/page 2
I've looked at the 1:1 multilingual with Vorto and Nested Content, but I need some pointers on how to hijack the router so I can make this work,
Any help appreciated.
Adrian
is working on a reply...