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

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.

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

![Alt Text](https://github.com/AnkitSharma-007/Blazor-Translator-Azure-Cognitive-Services/blob/master/OuputScreenshot/BlazorTranslator.gif)

# 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/)