My SQL SSIS package leverages the Translator Text API service. For those who want to learn the secret sauce then I suggest to check here – https://azure.microsoft.com/en-us/services/cognitive-services/translator-text-api/
essentially this API is pretty simple;
-
It accepts source text, source language and target language. (The API can translate to/from over 60 different languages.)
-
You call the API with your request parameters + API Key
-
The API will respond with the language translation of the source text you sent in
-
So Simple, so fast, so effective!
Click through for the full post. It really is simple.