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:
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'.
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
Hello Anthony,
Is your use of "Read more" similar? Also, do you get the English version for all languages?
Cheers,
Michael.
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
Hi Antony
Glad to hear you sorted it out :-)
Cheers,
Michael.
is working on a reply...
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.