Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 819 Bytes

File metadata and controls

14 lines (7 loc) · 819 Bytes

PythonConsole is a command line application in a Visual Studio solution. It demonstrates how to get an ADM access token and how to use the text to text translator API to translate from one language to another.

#####The app only offers translation for 5 languages, but the service offers translations for 50+ languages.

You will need to get an account at: https://signup.live.com/signup?uaid=63ca3ac5638d49b980aa81e3c39126f6&lic=1

You will need to sign up for Microsoft Azure Marketplace at: https://datamarket.azure.com/home/

You will need to get a client ID and a client secret from https://datamarket.azure.com/developer/applications

For more information about the APIs go to: https://msdn.microsoft.com/en-us/library/ff512419.aspx

Put the client id and client secret in the app and you will be ready to go.