Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 302 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 302 Bytes

Translator

Simple C# .NET app which uses Azure cognitive services "translate text" API

  1. Add the translate text API key in HomeController.cs at the line: string key = "place Translator Text API Key here";
  2. run from Visual Studio (packages dependancies should be created at first run)