ThinqLinq in multiple languages by ThinqLinq

ThinqLinq in multiple languages

Former Atlanta luminary, Kirk Allen Evans reminded me about the Windows Live translator service that I tried unsucessfully to add to this site a couple months ago. I was able to get it to work this time based on the code he posted. All you need to do is add the following to your site and the magic translator will be added with no extra work for you:

<!-- Translator -->
<div id="translator">
  <div id="trans">
    <br />
    <script type="text/javascript" src="http://translator.live.com/TranslatePageLink.aspx?pl=en"></script>
    <br />
  </div>
</div>

I did take the liberty of correcting the code to make it XHtml complant by adding the end slash on the br tags. You can try it out by selecting the drop down list on the right hand site of this site that says "Translator", selecting the language you want and clicking the -> button.

As always, let me know what you Thinq.

Posted on - Comment
Categories:
comments powered by Disqus