In this post, we will get the list of all supported languages in Azure Translation API using Bot Builder SDK v4 in C#. This is part of the series from Advanced Language Translator Bot using Azure Translation API.
Create a Welcome Menu Card for Language Translator Bot | Microsoft Bot Framework
In this post, we will create a menu card using Bot Builder SDK v4 in C# to translate text, detect language and get a list of all supported languages using Azure Translation API.
Call Azure Translator API to Get Supported Languages, Translate and Detect Language using C#
In this post, we will call three APIs. The first one is to get the list of all the Languages supported by the Translator. The second will be to translate text and the third one will detect language.
How to Call Azure Translator API using Postman?
In this post, we will call three APIs. The first one is to get the list of all the Languages supported by the Translator. The second will be to translate text and the third one will detect language.
Create Translator Resource in Azure Portal
Translator is a cloud-based machine translation service you can use to translate text in near real-time through a simple REST API call. The service uses modern neural machine translation technology and offers statistical machine translation technology.
Create a Simple Language Detector Bot using Bot Builder SDK and Google Translation API
We create a simple Language Detector chatbot using Google Translation API. We will use the Bot Framework to create a bot in our local environment.
Create a Simple Language Translator Bot using Bot Builder SDK and Google Translation API
We create a simple Translator chatbot using Google Translation API. We will use the Bot Framework to create a bot in our local environment. We have used the Echo Bot template because of its simple structure.
You must be logged in to post a comment.