https://github.com/teerasej/dotnet-translator
https://github.com/teerasej/dotnet-translator
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/teerasej/dotnet-translator
- Owner: teerasej
- Created: 2021-11-24T14:57:50.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-01T03:44:36.000Z (almost 4 years ago)
- Last Synced: 2025-03-04T21:28:04.739Z (10 months ago)
- Language: C#
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]
```