Developer forum

Forum » Templates » Using translation tags in XSLT Menu's

Using translation tags in XSLT Menu's

Jop Reuvers
Reply
Is It some how possible to use Translation tags in XSLT menu's?  

e.g. I've created a dropdown ecommenu that opens on click. In this menu I also generate an empty anchor that should function as a closebutton, the text inside this anchor should be translated for all languages that are used in the solution. I'm now using a workarround to solve this issue. I'm creating a hidden div on the page with the translate tag inside and appending the text inside this div to the anchor with javascript, but It would be awesome to be able to use translation tags directly in XSLT based menu's.

Replies

 
Vladimir
Reply
This post has been marked as an answer
 Hi Jop,
yes it is possible.

You can read about using of translation in XSLT:
http://volpav.wordpress.com/2009/11/24/localizing-xslt-templates/
http://developer.dynamicweb-cms.com/documentation/for-designers/template-terminology.aspx
http://developer.dynamicweb-cms.com/forum.aspx?PID=48&ThreadID=24055

Best regards,
Vladimir

Votes for this answer: 0
 
Jop Reuvers
Reply
 Great! Thanks

 

You must be logged in to post in the forum