Search:

Type: Posts; User: vozmen

Search: Search took 0.17 seconds.

  1. Replies
    2
    Views
    2,323

    [SOLVED] Re: Google translate api

    this is a duplicate, so want admin/moderator to delete this one.
  2. Replies
    2
    Views
    2,323

    [SOLVED] Re: Google translate api

    I have implemented already the following:
    String googleUrl="https://www.googleapis.com/language/translate/v2?key=<My Key>";
    googleUrl+="&q=";
    googleUrl+=urlEncode(txtFeedback.getString());
    ...
  3. Replies
    2
    Views
    2,323

    [SOLVED] Google translate api

    Hi all,

    How can I call the google translate api v2 from my j2me midlet?

    Thank you.
Results 1 to 3 of 3