{"id":3431,"date":"2015-11-18T12:14:00","date_gmt":"2015-11-18T20:14:00","guid":{"rendered":"https:\/\/blogs.msdn.microsoft.com\/translation\/2015\/11\/18\/build-your-own-translation-app-with-help-from-translator-on-github\/"},"modified":"2015-11-18T12:14:00","modified_gmt":"2015-11-18T20:14:00","slug":"build-your-own-translation-app-with-help-from-translator-on-github","status":"publish","type":"post","link":"https://www.microsoft.com\/en-us\/translator/blog\/2015\/11\/18\/build-your-own-translation-app-with-help-from-translator-on-github\/","title":{"rendered":"Build Your Own Translation App with Help from Translator on GitHub"},"content":{"rendered":"

\"\" Do you want to add automatic translation to your app but don’t know exactly how to get started? No problem, we’ve got you covered. We have plenty of examples of using the Microsoft Translator API<\/a> in various coding languages available on GitHub<\/a>. Pair that with our API documentation on MSDN<\/a> and our customer support forums<\/a>, and you’ve got everything you need to add translation to your web or mobile app.<\/p>\n

Currently, Microsoft Translator on GitHub hosts demonstrator apps in Python and C#, as well as examples for using Microsoft Translator in PowerShell<\/a>, Node JS<\/a>, and Bash<\/a>.<\/p>\n

Python<\/strong><\/p>\n

PythonConsole<\/a><\/strong> is a command line application in a Visual Studio solution. It demonstrates how to get an\u00a0access 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 Microsoft Translator service offers translations for 50+ languages.<\/p>\n

C#<\/strong><\/p>\n

C#\/WPF<\/a><\/strong> is a C# application designed using WPF to demonstrate how to use the Microsoft Translator API. The app gives examples for:<\/p>\n