Add Windows web page translator to your web pages
Like the Google translator, Microsoft also has released an awesome language translator tool, where you can translate text from one language to other, among many languages and you can also have the web page translator tool in your website, which helps your visitor automatically translate the page language to the one they desire.
The Windows web page translator tool lets you convert the page into 14 different languages, and it does that for the particular page which you are browsing. You just need to place a small piece of code and this javascript code would activate the translator tool in that page. The visitor can then translate to any language.
To add the Windows web page translator to your website, just add the following code into the HTML section -
<script src=”http://www.microsofttranslator.com/TranslatePageLink.aspx?pl=en” type=”text/javascript”></script>

Leave a Reply