Overview

The Translator module is a tool for translating text from one language to another. It uses Omar M'Haimdat REST API (link and its benefits are given below) for translation.

Documentation

Description

The Translator module is a tool for translating text from one language to another. It uses Omar M'Haimdat REST API (link and its benefits are given below) for translation.

Typical usage scenario

Just download this module and set up everything like it is in (or just copy it from) the ‘example page’ or use Translate Snippet given in the Module. You just need to use a data view, 2 drop downs and a few buttons plus output-input fields. After that, the translator should be completely set up and working.

Features and Limitation

  • Here we translate words, sentence and even paragraphs.
  • There is no limitation to translate number of words in our module.
  • The best part is we can listen the translated text into speech this is achieved using widget.
  • 90 + languages can be translated in this module.
  • The translating the text performs within fraction of seconds.

Dependencies

  • Created in Mendix Studio Pro 9.19.0
  • AtlasUI was Used.
  • App needs to be able to perform a REST call to function properly

Configuration

  • Simple format to use this Translate Module
  • You can see the page named “Translate” and you can call the page where you want to use it.
  • For detailed logic please refer the microflow named “ACT_Translate_Translation”.

Screenshots