Prevent translation of a webpage

Iron Contributor

In many areas e.g. legal, healthcare wording is critical. So, localization must come from the web app and not from generic translation services integrated into the browser.

How can we prevent via the webpage that enabled automatic translation or context menu translation runs? We do not have control on the browser configuration since this in the hand of the customer.

1 Reply
You may try to modify the html tag of all pages like this:
<html translate="no" class="notranslate">
and for other (older) chromium based browsers additionally set the meta-tag
<meta name="google" content="notranslate" />

Best Regards,
Joe