Hi there, I'm trying to develop a muli-lingual website, all content is equal for all languages bur I have to deal with 26 languages so whatever eases my live is welcome... I found a couple of references to a page named http://umbraco.org/documentation/books/multilingual-11-sites , but it no longer excists. Can someone point me to the right direction where it can be located today ?
If not, can someone tell me wheter the following is feasible :
We are investigating if is is possible to convert from an excisting homebrew CMS to Umbraco, We have multilingual XML files, using xml:lang as 'seperator'. In our current XSLT structure these are called using the lang() function, and this parameter set is based on query (eg mysite.com?lang=en) or session variable settings depending on the page.
I'd like to reuse as much as possible existing XML / XSLT structure, so I don't need to start from scratch, so first question would be : Is this possible, and how should I start with this ?
Second question would be to generate 'sherry on the cake', can I use my existing Multilingual XML in Umbraco to end up to something like this :
Multilingual advice needed
Hi there, I'm trying to develop a muli-lingual website, all content is equal for all languages bur I have to deal with 26 languages so whatever eases my live is welcome... I found a couple of references to a page named http://umbraco.org/documentation/books/multilingual-11-sites , but it no longer excists. Can someone point me to the right direction where it can be located today ?
If not, can someone tell me wheter the following is feasible :
We are investigating if is is possible to convert from an excisting homebrew CMS to Umbraco, We have multilingual XML files, using xml:lang as 'seperator'. In our current XSLT structure these are called using the lang() function, and this parameter set is based on query (eg mysite.com?lang=en) or session variable settings depending on the page.
I'd like to reuse as much as possible existing XML / XSLT structure, so I don't need to start from scratch, so first question would be : Is this possible, and how should I start with this ?
Second question would be to generate 'sherry on the cake', can I use my existing Multilingual XML in Umbraco to end up to something like this :
Current (before Umbraco) : http://mydomain.com/somepage.aspx?lang=en
New (After Umbraco) : http://mydomain.com/en/somepage.aspx
Without to much copy / paste required to keep things in sync.
Hope I was a bit clear, thanks in advance to anyone shedding some light to this
is working on a reply...