Forums / Cotonti / Support / Different image for lang

Twiebie
#37832 2013-08-25 12:27

You could use something like:

<!-- IF {PHP.usr.lang} == 'en' -->
<img src="yourimagehere" />
<!-- ENDIF -->

Where 'en' is the code of the language pack, so you could replace that with 'nl' or 'ru', etc.