by Yana » Mon Apr 20, 2015 2:06 pm
Dear Showin,
By default GTranslate translates everything from the source code of the page. You can add class="notranslate" attribute to any tag which you do not want to be translated. For example if you have a dropdown and do not want it to be translated you need to add the notranslate attribute to select tag.
<select class="notranslate">
<option value="value1">option1</option>
<option value="value2">option2</option>
<option value="value3">option3</option>
</select>