Jump to content

Multilinguale files management


Recommended Posts

Hi,

 

I have a site in 2 languages, my probleme is the download section of a product. When I join a file to a product I join an english pdf file, and a french pdf file. But the two document are always display. I want that when the site is in english, only the engish document is displayed in download section of the product, and when the site is in french only the french file could be display.

 

How can I make it? I need a module?

 

Thank's.

Link to comment
Share on other sites

You don't exactly need a module. You need to edit the code so that, for example, if you name your pdfs like "readme_en", you can use a regular expression to target each language, and hide the display in case it doesn't match the ISO code of the current language

Of course, you have to know PHP, regular expressions ad Smarty.

 

Cheers!

Link to comment
Share on other sites

×
×
  • Create New...