Google's translation API provides a simple, unofficial, Java client API for using Google Translate. Carousel makes use of this API in the implementation of the Machine Translation feature. The translation makes use of the following two classes:
When the XUI|Localisation|Run machine translation... action is run, the translate method of the Translate API is called to convert each String to the selected language.
There are no comments on this page. [Add comment]