public Translate ( String Text, String To, String From ) : DataServiceQuery |
||
Text | String | the text to translate Sample Values : hello |
To | String | the language code to translate the text into Sample Values : nl |
From | String | the language code of the translation text Sample Values : en |
return | DataServiceQuery |