I am serving a html page which is localized from the server side, but if the user has Microsoft translator on it will re-translate the language into itself making it unreadable.
I have tried body class="notranslate"
and body translate="no"
and body class="notranslate" translate="no"
. I have tried adding html lang
attribute for each specific language but to no effect.