Using a dictionary in a multi language site with a single domain
Hi,
I'm building a site with multiple languages that will have have a structure of 'domain.com/xx-xx/page' where xx-xx represents an ISO language and country code ie (domain.com/en-gb/page or domain.com/fr-fr/page etc) the site will be driven from a single domain for all languages. How can I associate a language in the dictionary with a language in the site.
The site is structure in the following way content/language-country/
Using a dictionary in a multi language site with a single domain
Hi,
I'm building a site with multiple languages that will have have a structure of 'domain.com/xx-xx/page' where xx-xx represents an ISO language and country code ie (domain.com/en-gb/page or domain.com/fr-fr/page etc) the site will be driven from a single domain for all languages. How can I associate a language in the dictionary with a language in the site.
The site is structure in the following way content/language-country/
Thanks
Jeff
Hi Jeff
You can actually "cheat" a bit, because whe adding hostnames, you can add more than the domain. Sample:
Content
- en-gb (Add hostname "domain.com/en-gb")
- - Pages
- fr-fr (Add hostname "domain.com/fr-fr")
- - Pages
We are using this in a few places, and it works nicely.
Many thanks. Just what I wanted.
is working on a reply...