My current problem is that in my current setup, in order to display all the rooms in all the hotels I hardcoded the node id, e.g.
<xsl:for-each select="umbraco.library:GetXmlNodeById(2157)/* [@isDoc and showLink = 1]">
I did it like this because I was thinking of just using a resource file to get 1:1 multilingual site.
But I don't think it is possible so I try the usual setup in umbraco where in you define a hostname for each translated site. But my problem with this setup is since I harcode the node id to display most of the content, even if I select the arabic site it will still show the english site. So I was thinking if I can use of relations to display the content using the same node id but it will display the arabic content when the culture is set to arabic.
Is it possible to use relation for multilingual site?
Does anybody have done it?
Hi Sherry,
Can you try and explain your question in a bit more detail as to what you are trying to achieve?
Cheers,
Chris
:D sorry...
My current problem is that in my current setup, in order to display all the rooms in all the hotels I hardcoded the node id, e.g.
I did it like this because I was thinking of just using a resource file to get 1:1 multilingual site.
But I don't think it is possible so I try the usual setup in umbraco where in you define a hostname for each translated site. But my problem with this setup is since I harcode the node id to display most of the content, even if I select the arabic site it will still show the english site. So I was thinking if I can use of relations to display the content using the same node id but it will display the arabic content when the culture is set to arabic.
Sherry
Hi Sherry,
I think your question here is actually the same as the question you asked here
Which I have also replied to.
Cheers,
Chris
is working on a reply...