Deepmartini
Well-known member
Would be interesting to have a translate this link on the forum threads / posts. There a few wordpress plugins that do this. A user clicks on it and can instantly translate a page into any language they want (over 50!). Here is one of them.
http://translateth.is/
What do you think? Would this be difficult to implement?
They have some code but I'm not sure how you would place this and if it would work.
http://translateth.is/
What do you think? Would this be difficult to implement?
They have some code but I'm not sure how you would place this and if it would work.
Code:
<!-- Begin TranslateThis Button -->
<div id="translate-this"><a style="width:180px;height:18px;display:block;" class="translate-this-button" href="http://www.translatecompany.com/">Translate Company</a></div>
<script type="text/javascript" src="http://x.translateth.is/translate-this.js"></script>
<script type="text/javascript">
TranslateThis();
</script>
<!-- End TranslateThis Button -->