views:

30

answers:

0

hello.....

just now i saw "TranslateThis Button" which is the script for translate the webpage using javascript. is there any chance to display language flags(ex: only four flags) with out dropdown? please help me.link text

here is the code `

<!-- Begin TranslateThis Button -->

<div id="translate-this"><a href="http://translateth.is/" class="translate-this-button">Translate</a></div>

<script type="text/javascript" src="http://www.google.com/jsapi"&gt;&lt;/script&gt;
<script type="text/javascript" src="http://x.translateth.is/translate-this.js"&gt;&lt;/script&gt;
<script type="text/javascript">
TranslateThis();
</script>

<!-- End TranslateThis Button -->

`