Simple C# .NET app which uses Azure cognitive services "translate text" API
- Add the translate text API key in HomeController.cs at the line: string key = "place Translator Text API Key here";
- run from Visual Studio (packages dependancies should be created at first run)