I was wondering if it is possible to define a language specific placeholder. Like this
<!-- English specific content -->
<img src="img/englishMap.png" /><br/>
Find us <a href="EnglishOfficeLocation">here</a>
<!-- English specific End -->
<!-- Danish specific content -->
<img src="img/danskKort.png" /><br/>
Find os <a href="DanishOfficeLocation">Her</a>
<!-- Danish specific End -->
It's probably best to do something like this in Razor or XSLT. There you can get the current language and show the correct stuff using an if statement.
Multilanguage content placeholder?
Hello guys,
I was wondering if it is possible to define a language specific placeholder. Like this
Something like that... Any suggestions? :-)
Regards,
Dmitrij
It's probably best to do something like this in Razor or XSLT. There you can get the current language and show the correct stuff using an if statement.
Jeroen
Hej Jeroen,
Thanks for response :-)
Hmm, that sounds like a solution, but to make it a bit easyer, could I please ask you to include a simple an example maybe?
Thanks very much! ;-)
Regards,
Dmitrij
Something like this in Razor:
Jeroen
Hej Jeroen,
That's just great, Thanks! :-)
Regards,
Dmitrij
is working on a reply...