I have an old solution with an iframe that is displaying a template.
The site is now going multi language and we have texts in the iframe template that needs to be translated.
The rest of the page is using disctionarys for labels and so on and we want to to the same here.
The problem is that as it is an iframe we dont get the current culture that we have set on the "home" node.
Can I somehow catch the current language in the iframe? If I send an url parameter can I use that somehow to set the current language and use the dictionary?
Using dictionary items in iframe
Hi!
I have an old solution with an iframe that is displaying a template. The site is now going multi language and we have texts in the iframe template that needs to be translated. The rest of the page is using disctionarys for labels and so on and we want to to the same here.
The problem is that as it is an iframe we dont get the current culture that we have set on the "home" node.
Can I somehow catch the current language in the iframe? If I send an url parameter can I use that somehow to set the current language and use the dictionary?
is working on a reply...