Hi everyone, i have a page that displays all subcategories from a given main category.
For each subcategory i want to display it's Description or Summary.
This is somewhat already achieved since the description/summary is displayed...trouble is that all locale's are displayed.
The code i use in the XmlPackage:
orCode:<xsl:value-of select="aspdnsf:GetMLValue(Summary)" disable-output-escaping="yes" />
Is there a way to make GetMLValue "aware" of locale settings or is there another way (another function maybe?) to achieve this?Code:<xsl:value-of select="Description" disable-output-escaping="yes"/>
Thanks in advance!