Jump to content

Templates, div and Languages


Recommended Posts

Hello, I need your help.
Initially I created a theme for my prestashop, only in Italian language, adding div and phrases to the tpl files.
Now I added the multi-language and I was wondering how to dynamically change the wording in the tpl files depending on the language selected.

Thank you very much in advance.

Link to comment
Share on other sites

I don't use a module, I use a simple javascript slider open source. Its a static slider in a index.tpl ;)

 

<div>
<div class="">
<a href="link of a page"><img src="../img/IMG.ITA.png" class="img1-slide2" /></a>
</div>
</div>
Link to comment
Share on other sites

×
×
  • Create New...