Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Software Solutions 15 posts 35 karma points
    Dec 17, 2014 @ 11:38
    Software Solutions
    0

    How to call to an Umbraco dictionary item in XSLT?

  • Dennis Aaen 4500 posts 18255 karma points admin hq c-trib
    Dec 17, 2014 @ 11:44
    Dennis Aaen
    1

    Hi IDS Logic,

    You need to wrap your dictionary items in XSLT like this

    <xsl:value-of select="umbraco.library:GetDictionaryItem('NameOfDictionaryItem')"/>

    Then you can wrap HTML tag  around the <xsl:value-of select="umbraco.library:GetDictionaryItem('NameOfDictionaryItem')"/> if you want to, try to see this post http://24days.in/umbraco/2013/the-dictionary-secrets/ from the last year advent calendar, a post written by Jan Skovgaard about using dictionary items in Umbraco.

    And remember the dictionary item name is the key, and this key must be unique.

    Hope this helps,

    /Dennis

  • Jan Skovgaard 11280 posts 23678 karma points MVP 11x admin c-trib
    Dec 17, 2014 @ 11:53
    Jan Skovgaard
    0

    Hi there

    I just want to add that this article by Chriztian Steinmeier about using dictionary items in XSLT is also very good and detailed http://pimpmyxslt.com/articles/dictionary-items/

    /Jan

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies