Exclude Product title from translation
-
I use this script in the foote.php, for f.e. French language. But it does not stop the title from being translated:
<script type=”text/javascript”>
var myNewTag = document.getElementsById(“product_title”);
for(var i = 0; i < myNewTag.length; i++) {
if(myNewTag) {
myNewTag[i].classList.add(“notranslate”);
}
}
</script>What can I change to stop the titles from being translated….
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Exclude Product title from translation’ is closed to new replies.