How you will do this probably depends on what, exactly, you're trying to do. The way I understand it, you are wanting to be able to get content from one site, translate it into a given language, and then display it on your site. If this is indeed the case, unless you are the copyright holder for the site to be translated, you are going to find that there are a number of copyright restrictions involved.
That said, assuming all the legal stuff is taken care of, you would need to set up a server-side script that would get the content from the site to be translated and then break it down into chunks of no more than 5,000 characters each. These chunks would then be submitted via POST method to the API using whatever user agent the given environment supports. The JSON results will then have to be parsed using a parser from http://json.org and reassembled if necessary before printing back to the client. Jeremy R. Geerdes Effective website design & development Des Moines, IA For more information or a project quote: http://jgeerdes.home.mchsi.com http://jgeerdes.blogspot.com [EMAIL PROTECTED] Unless otherwise noted, any price quotes contained within this communication are given in US dollars. If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan Church! And check out my blog, Adventures in Web Development, at http://jgeerdes.home.mchsi.com ! On Dec 6, 2008, at 11:04 PM, Godfather wrote: > > Hi, > > Its a nice PAI but I would like to know how can I send a form enquiry > to another page/Google code site and get the converted version of my > parent text )which is in English) on another page?? > > Plese tell me if someone knows how to do it. > > TIA > pankaj > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
