Page tree

Overview

Documentation on the auto-translation feature and specific integration with google translation.

Details

The system supports the ability to automatically translate the preferred name of a concept when performing translation work.  The automatic translation (if properly configured) will appear below the translation descriptions in the dialog for translation editing (see "No usar la protesis de oido" in the example below):

The "Terminology Handler" API has a "translate" method for performing the auto translation (and it is wired through the REST API).  The default implementation makes use of Google t translate and must be configured with an apiKey properly in the config.properties file.  For example:

terminology.handler.BROWSER.apiKey=XIzaSy24PTktIi3TeBDv9zuXknjNjkTJxDdBCkFA

 

The current implementation of this features assumes translating from the English to the language indicted in the configuration of the underlying translation.

 

  • No labels