It is possible to use a server-side script to translate the text for  
you.  You just have to use the RESTful interface for the API.  To do  
this, in your ASP script, you're going to have to create a web client  
object, use that to run your query, and parse the JSON that's returned  
using one of the parsers available via http://json.org .

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 8, 2008, at 4:32 AM, Godfather wrote:

>
> Thanx Jeremy & Aragon for your replies. Let me make my question bit
> clear. Suppose I have a form where I take some text from a user
> (assume only a word). Now I want to a server side script in ASP such
> that I send this to the script file and get the translated text.
>
> I forgot to mention that the language of translated text will be
> chosen from the form itself.
>
> Please tell me if you can how to use Google Transliteration for that.
>
> TIA
> pankaj
>
> On Dec 8, 10:30 am, Aragorn <[EMAIL PROTECTED]> wrote:
>> From what I understand, you should normally submit the form to the
>> destination page. And in the destination page you should do what
>> Jeremy said, ie break the string to chunks of size 5000 and do you
>> stuff with each chunk.
> >


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to