Disable Chrome translation bar on my website

前端 未结 4 937
花落未央
花落未央 2020-12-02 08:35

I have a chat website that is highly dynamic and when visiting it with Google Chrome, the translation bar appears offering to translate the site. While the translation of d

4条回答
  •  Happy的楠姐
    2020-12-02 09:17

    If you want to block a section (ie: for the original question just the chat window) you can use

      class=notranslate
    

    From: http://support.google.com/translate/?hl=en#2641276. If you don't mind your web page being translated by Google Translate, except for a particular section (like an email address, for example), just add class=notranslate to any HTML element to prevent that element from being translated. For example:

    Email us at sales at example dot com
    

提交回复
热议问题