Multilingual website with separate domains for each language
I am rather new to umbraco and currently building a web site.
This site will need to support multiple languages. But each language will have its own domain and hosted separately (like www.testsite.com, www.testsite.pl, www.testsite.de etc). The sites will have similar funcitonality, but can have different content, promotions, blogs etc. My question is how this should be implemented with umbraco.
I think there are two approaches:
Create the site structure once and entering different translations for each page. Would probably need to use Vorto here so that inside each piece of content, the different languages can be edited in multiple tabs. But in this approach, I'm not sure how the site can be deployed to different domains for each language.
Create different file trees for every language and fill in the pages with appropriate translations . This might mean setting up the same piece of content in each of the trees. I think this option will allow the sites to be set up with different domain names.
We might need to have some subpages only be visible in some languages - can this be achieved with the first approach or the second one?
What would be the best way to do this with umbraco? Please help.
i think you need to use Dictionary for different kind of languages you can get basic idea of it in this link basic of dictinary
once you understand about Dictionary
second step you can give different domain name different language using "culture and hostname" in the you assign different domain for different language
Multilingual website with separate domains for each language
I am rather new to umbraco and currently building a web site.
This site will need to support multiple languages. But each language will have its own domain and hosted separately (like www.testsite.com, www.testsite.pl, www.testsite.de etc). The sites will have similar funcitonality, but can have different content, promotions, blogs etc. My question is how this should be implemented with umbraco. I think there are two approaches:
Create the site structure once and entering different translations for each page. Would probably need to use Vorto here so that inside each piece of content, the different languages can be edited in multiple tabs. But in this approach, I'm not sure how the site can be deployed to different domains for each language.
Create different file trees for every language and fill in the pages with appropriate translations . This might mean setting up the same piece of content in each of the trees. I think this option will allow the sites to be set up with different domain names.
We might need to have some subpages only be visible in some languages - can this be achieved with the first approach or the second one?
What would be the best way to do this with umbraco? Please help.
hi ,
i think you need to use Dictionary for different kind of languages you can get basic idea of it in this link basic of dictinary
once you understand about Dictionary
second step you can give different domain name different language using "culture and hostname" in the you assign different domain for different language
you can get more idea using this link
is working on a reply...