Forums / Cotonti / Support / cache problems?

GHengeveld
#35873 2012-10-20 08:31

It's probably easiest to use a single template for all languages, and use IF blocks within that template to show stuff for each language.

<!-- IF {PHP.lang} == 'pl' -->
Polish stuff
<!-- ENDIF -->
<!-- IF {PHP.lang} == 'en' -->
English stuff
<!-- ENDIF -->