list
public Translate.Translations.List list(java.util.List<java.lang.String> q,
java.lang.String target)
throws java.io.IOException
Returns text translations from one language to another.
Create a request for the method "translations.list".
This request holds the parameters needed by the translate server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
q - The text to translatetarget - The target language into which the text should be translated
- Returns:
- the request
- Throws:
java.io.IOException