MSM - configuring a multilingual site
Hello Experts
We are trying to configure a multilingual site. The content structure is as following:
Main site
Language copies
- www.sitename.com/content/domain/hi/home/
- www.sitename.com/content/domain/<other language iso code>/home/
The expected URL structure is:
- For English site: www.domain.com
- for Hindi site: www.domain.com/hi/
- Others : www.domain.com/<iso code>/
Please guide if the above is possible to achieve. What kind of rule should be written in dispatcher for content hiding? What is the recommended approach?