Welcome to part 5 of the Google Cloud tutorial series, in this tutorial we're going to cover the Translation API.
As usual, you first need to enable this, and of course you need to have your credentials all set up (see part 2 if you haven't done this).
The translation API allows us to take any (well, just about) language and translate it into a target language. The beauty of this is that you don't need to know the language that you're attempting to translate, you just need to know what language you want it to be in.
Sample code: