How can I tell Google Translate to not translate a section of a website?
Google Translate has a developer tool that will enable google translate on a website. Is there a way to tell Google Translate to not translate a section of the website? Perhaps with a class name on an HTML element? I've tried the HTML5 translate=no attribute. It has no effect. This is a particular problem because Google is mistranslating the name of the website. Jukka K. Korpela According to Google instructions , setting class="notranslate" prevents Google translation. This appears to work, though using it inline (e.g., for a single word) may imply some confusion, so you need to check out what