Using Google Translation API with Dotnet Core

Recently i worked on a proof of concept with a requirement of language translation in Web application. There are lot of Language translation services available in the market but most of them failed with more than one parameters i checked for.  The parameters i used for this study are Quality, Performance, Pricing, Ease of integration, Languages supported.  As part of the exercise, I tried integrating some of the leading translation services with .NET application. This is the first post in the series and and i am going to talk about the integration of Google Translation API with Dotnet Core in this.

Google Translation API helps translate text from one language to another instantly.  It uses Google’s pre-trained neural machine translation to do the translation.  Also the API supports multiple technologies to integrate with the translation service programmatically.  Let’s start with the benefits of Google Translation API.

Please check the following link for more details.  It includes the sample code in Github

https://www.blogofpi.com/using-google-translation-api-with-dotnet-core/

No Comments