Team Bedankt: 52 tijden
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