How to disable Google translate from HTML in Chrome?

Spread the love

Sometimes, we want to disable Google translate from HTML in Chrome.

In this article, we’ll look at how to disable Google translate from HTML in Chrome.

How to disable Google translate from HTML in Chrome?

To disable Google translate from HTML in Chrome, we set the translate attribute.

For instance, we write

<html translate="no">
  ...
</html>

to set the translate attribute to no on the htmlk element to disable Google translate in Chrome.

Conclusion

To disable Google translate from HTML in Chrome, we set the translate attribute.

Leave a Reply

Your email address will not be published. Required fields are marked *