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