by Yana » Thu Jun 21, 2012 11:35 am
Hi,
You can use class="notranslate" attribute. It works with any tag. Here is an example:
<div class="notranslate">Your text</div>
<a class="notranslate" href="http://yourlink.com">Your text</a>
<span class="notranslate">Your text</span>
<p class="notranslate">Your text</p>