Almost majority of people who have used Google before have used Google Translation at some point. The Google Translation API is part of the Google AI & Machine Learning Products. With Google Translation API, we can easily integrate this feature with any web or desktop applications. Thanksfully, Google makes this API super easy to set up and super easy to use.

In this tutorial series we will learn how to use the Google Translation API in Python. The series is breaking down into 3 videos. The first video will cover how to create a Service Account, installing Google Cloud Python library, and create your first script to use the Google Translation API to translate text. The second video will cover how to list all the supported languages used by Google Translation. And the 3rd video will teach you how to detect the input text language.

Part 1: Set up Service Account, Install Google Cloud Library, and Write Your First Script

Python Script

Part 2: List Supported Languages

Python Script

Part 3: Detect Input Text Language

Python Script