You could add a querstring to the url, which could look something like this ?lang=se and then request it in your macro to fetch the correct value corresponding to the language.
bad bad bad for SEO... you'll only have one url for content in three different languages. other websites will definatly outperform yours in search results...
Retrieving different text with multiple languages in xslt
Hi!
I've created a site with three different languages.
Now we have section with spare parts that i dont want the customer to have to create everyone thrre times.
So ive used the ultimate picker to solve the problem.
But now I want to let the user create a new product and write the info on the same page as:
Text-Swedish
Text-English
Text-German
So ive created three different textboxes. But now I want to use xslt to select the correct text depending on language. How can I do that?
Hi froad
You could add a querstring to the url, which could look something like this ?lang=se and then request it in your macro to fetch the correct value corresponding to the language.
/Jan
Of course! Why didnt I think of that :)
Solved it by checking level 1 top node of currentpage.
bad bad bad for SEO... you'll only have one url for content in three different languages. other websites will definatly outperform yours in search results...
Going along with Rik, have you thought about doing hostnames/subdomains?
is working on a reply...