Xoetrope
HomePage :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register
Most recent edit on 2008-02-12 17:07:18 by LuanO

Additions:
XUI 4.0



Edited on 2008-01-29 17:14:29 by KingsleyElmes

Additions:
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.



Edited on 2008-01-29 17:07:42 by KingsleyElmes

Additions:
Running machine translation



Edited on 2008-01-29 16:55:22 by KingsleyElmes

Additions:
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:
import com.google.api.translate.Language;
import com.google.api.translate.Translate;

An example of using the translate feature is shown below:
String translatedText = Translate.translate( "Hello World", Language.ENGLISH, Language.GERMAN );




Oldest known version of this page was edited on 2008-01-29 16:10:53 by KingsleyElmes []
Page view:
XuiPro logo

Google Translation API Support

Page was generated in 0.2614 seconds