An open API service indexing awesome lists of open source software.

https://github.com/teerasej/dotnet-translator


https://github.com/teerasej/dotnet-translator

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Example of C#.NET console project with Azure Translator

## Start Project

1. restore the package
2. run command to init user secret file

```bash
dotnet user-secrets init
```

3. run command to add your translator's API key to secret file

```
dotnet user-secrets set translator-api-key [YOUR-API-KEY-HERE]
```