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.
- Host: GitHub
- URL: https://github.com/ankitsharma-007/angular-translator-azure-cognitive-services
- Owner: AnkitSharma-007
- License: mit
- Created: 2020-02-02T18:41:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:31:16.000Z (over 2 years ago)
- Last Synced: 2024-10-06T09:41:56.989Z (7 months ago)
- Topics: angular, ankit-sharma, article, azure, cognitive-services, text-translation, translator-text-api
- Language: TypeScript
- Homepage:
- Size: 2.45 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

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