Is it possible in Umbraco to create an easy maitainable content tree that supports multilanguage content as well as multilanguage URLs. Recreating a tree for all different languages seams cumbersome to me as the whole structure as well as the content are identical except for the language they are in. :-k
My approach to what you're looking for, I believe, is to copy the content and relate it to the original. Create a root node for each locale (en, fr, etc...) but only the content in the original. Copy the content nodes to each local-specific root and make sure to check the 'relate item...' checkbox. Also, be sure to set the appropriate launguage for each root node in "Manage Hostnames."
SEO Multilanguage URLs
Hello all,
Is it possible in Umbraco to create an easy maitainable content tree that supports multilanguage content as well as multilanguage URLs. Recreating a tree for all different languages seams cumbersome to me as the whole structure as well as the content are identical except for the language they are in. :-k
E.g I want the following URLs
http://www.mysite.com/en/products/car
http://www.mysite.com/fr/produits/voiture
http://www.mysite.com/nl/producten/wagen
http://www.mystite.com/es/productos/coche
etc.
These urls should be actually pointing to the same item location in the content tree and retrieving it's appropriate language version content.
Kind regards,
Steven
Steven -
My approach to what you're looking for, I believe, is to copy the content and relate it to the original. Create a root node for each locale (en, fr, etc...) but only the content in the original. Copy the content nodes to each local-specific root and make sure to check the 'relate item...' checkbox. Also, be sure to set the appropriate launguage for each root node in "Manage Hostnames."
-Paul
is working on a reply...