21278 Posts in 5728 Topics by 2599 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 731 Views |
-
v2.3.2 multi language switcher on template problem

2 August 2009 at 6:50pm Last edited: 2 August 2009 6:51pm
I got multi language to work in v2.3.2, and now trying to set up the 'available language' code in my template:
<% if Translations %>
<ul class="translations">
<% control Translations %>
<li class="$Locale.RFC1766">
<a href="$Link" hreflang="$Locale.RFC1766"
title="$Title">
<% sprintf(_t('SHOWINPAGE','Show page in %s'),$Locale.Nice)%>
</a>
</li>
<% end_control %>
</ul>
<% end_if %>After applying this code into my template, I could not get it to read properly, this is what I see on my live pages:
<% sprintf(_t('SHOWINPAGE','Show page in %s'),)%>
How do I change this to say 'See this page in English' or 'See the page in <the language available>'
This is what my page look like now: http://www.nisglass.co.nz/glass/home-3/
Hope someone can help me out here, cheers!!
| 731 Views | ||
|
Page:
1
|
Go to Top |

