Ok, previously Jeremy Jeerdes wrote, that for use all the google translation capacities i have to send the translation object using a post method, the matter is that if i do that, i cant use the ajax advantages, and y have to construct my own method, i have the problem using the post method, because it returns a Json object, and i need a functión for extract the needed text only: Ciao mondo.
I can do a function for refresh a div using ajax, but i dont know how to extract only the needed text of the Json object returned by google. 2009/3/2 Ben Lisbakken <[email protected]> > > Artemi -- > > I am confused what you are asking for. There is only one result for a > translation request. Can you explain your question again? > > Thanks, > Ben > > On Mar 2, 9:34 am, Artemi <[email protected]> wrote: > > Somebody have or knows how to process the next result with php > > > > {"responseData": { > > "translatedText":"Ciao mondo" > > }, > > "responseDetails": null, "responseStatus": 200} > > > -- _________________________ Jose Manuel Mora Fallas www.acto.go.cr --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-AJAX-Search-API?hl=en -~----------~----~----~----~------~----~------~--~---
