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

https://github.com/ankitsharma-007/angular-translator-azure-cognitive-services

A multi-language translator using Angular and Azure translate text Cognitive Services.
https://github.com/ankitsharma-007/angular-translator-azure-cognitive-services

angular ankit-sharma article azure cognitive-services text-translation translator-text-api

Last synced: 21 days ago
JSON representation

A multi-language translator using Angular and Azure translate text Cognitive Services.

Awesome Lists containing this project

README

        

# Angular-Translator-Azure-Cognitive-Services

We are going to create a multi-language translator using Angular and the Translate Text Azure Cognitive Service. This translator will be able to translate between more than 100 languages which are supported by the Translate Text API. We will supply the text to translate and the target language to our application and it will return the translated text and the detected language of the input text.

# Demo

![Alt Text](https://github.com/AnkitSharma-007/Angular-Translator-Azure-Cognitive-Services/blob/master/OutputScreenshot/AngularTranslator.gif)

# Read the complete article

[How To Create A Multi-Language Translator Using Angular And Azure Cognitive Services](https://medium.com/angular-in-depth/how-to-create-a-multi-language-translator-using-angular-and-azure-cognitive-services-5b0fcd9f592d)