Hi,
I'm using this custom control http://community.k2.com/t5/K2-blackpearl/Multilingual/ba-p/1049
It works fine but for literal data labels. I am using them for creating a hyperlink in my text like this:
I have read and accepted the <a href="Linktoprivacy....com" target="_blank">privacy policy</a>
When using the language control it removes all html tags and leaves me with:
I have read and accepted the privacy policy
I tried using expressions with the hyperlink operator but it's the same here.
Neither worked inserting the html tag back via javascript as the javascript wouldn't be literal as well and removed the <script>></script> tags.
so anyway I can use links in my text with the language control?
Thanks for you help.