Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

...

 

...