Forum Discussion
SigurdWerner
May 11, 2020Iron Contributor
Prevent translation of a webpage
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 th...
Johannes Goerlich
Jun 23, 2021Brass Contributor
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
<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