Developer forum

Forum » Templates » Translate custom setting DwNavigation

Translate custom setting DwNavigation

Jop Reuvers
Reply

Hi,

I've created a DwNavigation in one of my templates with a custom setting which I'm using in my xslt, like so:

<ul class="dwnavigation" id="mynavigation" settings="template:navigation.xslt;expandmode:all;page:products;"></ul>

Is It somehow possible to translate the value 'products' and use the translated value in my xslt?

 


Replies

 
Nicolai Høeg Pedersen
Reply

You cannot  translate before the setting is put into the XSLT file, but you might be able to do the translation in the XSLT file.

 

See the last section in this document: http://developer.dynamicweb-cms.com/documentation/for-designers/template-terminology.aspx

 

You must be logged in to post in the forum