https://github.com/ankitsharma-007/blazor-translator-azure-cognitive-services
A multi-language translator using Blazor and Azure Translator Cognitive Services.
https://github.com/ankitsharma-007/blazor-translator-azure-cognitive-services
ankit-sharma article azure azure-cognitive-services azure-translation-services blazor translate-text-api
Last synced: 6 months ago
JSON representation
A multi-language translator using Blazor and Azure Translator Cognitive Services.
- Host: GitHub
- URL: https://github.com/ankitsharma-007/blazor-translator-azure-cognitive-services
- Owner: AnkitSharma-007
- Created: 2020-02-03T18:29:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T15:54:20.000Z (almost 3 years ago)
- Last Synced: 2024-10-06T09:42:08.242Z (about 1 year ago)
- Topics: ankit-sharma, article, azure, azure-cognitive-services, azure-translation-services, blazor, translate-text-api
- Language: C#
- Homepage:
- Size: 1.19 MB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BlazorTranslator-Azure-Cognitive-Services
We will create a multilanguage translator using Blazor and the Translate Text Azure Cognitive Service. This translator will be able to translate between all the languages supported by the Translate Text API. Currently, the Translate Text API supports more than 60 languages for translation. The application will accept the text to translate and the target language as the input and returns the translated text and the detected language for the input text as the output.
# Demo

# Read the complete article
[Multi-Language Translator Using Blazor And Azure Cognitive Services](https://ankitsharmablogs.com/multi-language-translator-using-blazor-and-azure-cognitive-services/)