Microsoft Azure Translator

Content Type: Module
Categories:

Overview

This module utilizes the API provided by Microsoft Azure to translate text into any of the languages supported by the service. 

Documentation

Description:

This module utilises the API provided by Microsoft Azure to Translate Text.

Dependencies:

• Requires Mendix Modeler 8.18.16 or higher 

• Mx Model Reflection Module https://marketplace.mendix.com/link/component/69 

• Excel Importer Module https://marketplace.mendix.com/link/component/72 

• API Key from Microsoft Azure 

Configuration:

• Create an account on the Microsoft Azure https://azure.microsoft.com/en-in/free/ 

• Collect the API Key of your Microsoft Azure account 

• Add the API Key value to the constant APIKey under AzureTranslator module 

• Add AzureCloudTranslator_Overview to the navigation 

• Add ExcelImportOverview to the Navigation 

• Add MxObjects_Overview to the Navigation 

• Reuse IVK_ImportTemplateDocument on ImportFile action of ExcelImportOverview page 

• Download the Language codes file from https://datahub.io/core/language-codes#data 

• After running your application, do the MxModel Reflection & configure the template and import the downloaded file 

For more details refer to Microsoft Azure Translation documentation https://learn.microsoft.com/en-us/azure/cognitive-services/translator/?source=docs 

 

Releases

Version: 1.0.0
Framework Version: 8.18.16
Release Notes: Microsoft Azure Translator **Description** This module utilizes the API provided by Microsoft Azure to Translate Text. Which is used to translate text into any of the languages supported by the service. **Typical usage scenario** The Microsoft Translator is a cloud-based automatic translation service that can be used to build applications, websites, and tools requiring multi-language support. Text translation: The Microsoft Translator Text API can be used to translate text into any of the languages supported by the service **Features** Text translation is a cloud-based REST API feature of the Translator service that uses neural machine translation technology to enable quick and accurate source-to-target text translation in real time across all supported languages. **Dependencies** • Requires Mendix Modeler 8.18.16 or higher • Mx Model Reflection Module [https://marketplace.mendix.com/link/component/69](url) • Excel Importer Module [https://marketplace.mendix.com/link/component/72](url) • API Key from Microsoft Azure • Download the Language codes file from [https://datahub.io/core/language-codes#data](url) **Configuration** • Add the Microsoft Azure account API Key value to the constant APIKey under AzureTranslator module • Add AzureCloudTranslator_Overview to the navigation • Add ExcelImportOverview to the Navigation • Add MxObjects_Overview to the Navigation • Reuse IVK_ImportTemplateDocument from AzureTranslator module and map it on ImportFile action of ExcelImportOverview page • After running your application, do the MxModel Reflection & configure the template and import the downloaded language file For more details refer to Microsoft Azure Translation documentation [ https://learn.microsoft.com/en-us/azure/cognitive-services/translator/?source=docs](url)