In my previous article, I only explained how to create a language translator with http request. In this article I am going to explain how to create a language translator using GToogle API and JavaScript.As a Sharepoint developer I am expecting whatever code I am trying to work everywhere and in all environments. So I found JavaScript is the best way to write the code.The Google API is has more options compared to Microsoft's translator and we can use this script wherever we want. I tested the code in creating the sharepoint webpart and an ASP.Net application.The following is the screenshot of my application:If we take a close look at my application you can find, I have created a translator in three ways:
How to create a language translator using Google's API and JavaScript
Create Language translator using ASP.NET