javascript - Specify HTML DOM nodes for Google page translation (opposite of class=notranslate) -


i know can tell google translate not translate sections using class="notranslate", can tell google translate specific sections , not rest?

if not, alternatives?

use attribute translate="", , specify on body. inside, specify nodes translate. example:

<body translate="no">      <p translate="yes">will translated</p>     <p>will not translated</p>  </body> 

Comments

Popular posts from this blog

1111. appearing after print sequence - php -

node.js - Express and Redis - If session exists for this user, don't allow access -

excel - I can't get the attachement of the email PHP -