I'm trying to translate this kind of cell:
\<h2\>TITLE\</h2\> CONTENT \<p id="imgcentre"\>\<img src="IMAGE\_*URL_example"\>\<img src="IMAGE_URL*\_example\*"\>\</p\> \<h2\>TITLE\</h2\> CONTENT \<p id="box"\>\<img src="image\*\_url"\>\</p\> \</div\>
I do want TITLE (html) and CONTENT (just text) to be translated but i want the image_URL_example to stay like they are.
I tried with googletranslate but with no success. Is there a possibility to do it with something like LanguageApp.translate script and adding code to exclude the html class that i want to keep ?
I tried to read this question How can I tell Google Translate to not translate a section of a website? but i don't see how to use it for my purpose.