Copied to clipboard

Flag this post as spam?

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


  • Anthony Candaele 1197 posts 2049 karma points
    Feb 14, 2011 @ 11:54
    Anthony Candaele
    0

    problem with dictionary item

    Hi,

    I'm working on a multilanguage website in Umbraco:

    http://195.130.154.107/home.aspx

    I have implemented a dictionary item 'Full story' that show's respectively the string 'Read full story', 'Lees volledig bericht' or 'Lire l'article complet' whether the user is on the English, Dutch or French website.

    I succesfully implemented an other dictionary item 'Read more', but for some strange reason the new dictionary item 'Full story' is not showing. It keep's showing the hard code 'Read full story' string.

    This is my xslt code where I implemented the 'Full story' dictionary item:

    <a title="{current()/@nodeName}" href="{umbraco.library:NiceUrl(current()/@id)}"><xsl:value-of select="umbraco.library:GetDictionaryItem('Full story')"/> ยป</a>

    It perfectly worked for the 'Read more' dictionary item' so I don't know if this is a cach thing or something.

    I already republished the entire site, reloaded the nodes, and even restarted the the website in IIS.

    So I don't know what's going on.

    Thanks for your help,

    Anthony Candaele
    Belgium

  • Michael Latouche 504 posts 819 karma points MVP 4x c-trib
    Feb 14, 2011 @ 12:22
    Michael Latouche
    0

    Hello Anthony,

    Is your use of "Read more" similar? Also, do you get the English version for all languages?

    Cheers,

    Michael.

  • Anthony Candaele 1197 posts 2049 karma points
    Feb 14, 2011 @ 16:19
    Anthony Candaele
    0

    Hi MIke,

    The problem is solved. In the xslt file there where two templates where a literal string 'Read full story' was used. I only replaced one literal string with a dictionary item and forgot to replace the literal string for 'featured articles'.

    Greetings,

    Anthony

  • Michael Latouche 504 posts 819 karma points MVP 4x c-trib
    Feb 14, 2011 @ 16:26
    Michael Latouche
    0

    Hi Antony

    Glad to hear you sorted it out :-)

    Cheers,

    Michael.

  • 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