Sets the 'translate' attribute to 'no' and adds the 'notranslate' class
to the given HTML element. This prevents translation tools from translating
the content of the element.
Typically used with document.documentElement (the tag) to disable page translation.
Sets the 'translate' attribute to 'no' and adds the 'notranslate' class to the given HTML element. This prevents translation tools from translating the content of the element. Typically used with document.documentElement (the tag) to disable page translation.