I see. You want a service that will automatically translate texts for you. This then allows you to supply the translations to others. Well if your intentions and requirements are fixed on only allowing things to be done that way, then your question in your second post is the real question. I don't work for Google, nor do I know of any translation services from Google that charge for that type of service, so I am afraid I can't help you with that. Jeremy who responds a lot on here and knows far more than me about all this. He suggests in an earlier post that he is unaware of any paid services, but may be able to shed some further light upon further postings.
I am thinking there is another way for you to achieve a similar result though... Maybe a way of feeding in the user requests from the external source as they come in and using those parameters to legitimately use the API to translate from your database, and feed back out? I don't know all the ins and outs of your situation, but sounds like some head scratching needs to be done. Good luck anyway! On Thu, Apr 8, 2010 at 2:01 PM, VL_India India <[email protected]> wrote: > Yep, i am trying to automate the service, and i am ready to pay for > this if google can allow me to use the API for my requirement. > > As you said the translation can be done once the page is requested, > but my intention is to have the translated data in my database. This > translated content i will feed to some one else. > > On Apr 8, 5:34 pm, James Clennett <[email protected]> wrote: > > It sounds to me like you are automating the service and breaching the > terms > > of service... > > > > "Developers are also encouraged to make use of the > > userip< > http://code.google.com/apis/ajaxlanguage/documentation/reference.html.. > .>parameter > > to supply the IP address of the end-user on whose behalf you are > > making the API request. Doing so will help distinguish this legitimate > > server-side traffic from traffic which doesn't come from an end-user." > > Quoted fromhttp://code.google.com/apis/ajaxlanguage/documentation/ > > > > At the risk of stating something wrong here without fully knowing what > you > > are trying to do, would it not be more feasible to get the data from the > > database first using suitable language, then use the API to translate and > > then render translation? function kickstrated from user response? > > > > > > > > On Thu, Apr 8, 2010 at 1:12 PM, VL_India India <[email protected]> > wrote: > > > James, let me clearly explain you my implementation, hope u can guide > > > me well. > > > > > Actually i have a site that displays various products. I have the > > > products description in database. Now i want to run a back end > > > application daily night that gets the other language content and > > > stores to my database. In that case i wont be able to pass the userIP > > > parameter. Ofcourse this can be implemented by inline translation by > > > javascript, but i want to use REST service and want the content to be > > > translated on nightly basis by an application. Later my website will > > > use the converted text to render the content on browser. Can you guide > > > me on this? > > > > > Thanks > > > > > On Apr 8, 4:07 pm, James Clennett <[email protected]> wrote: > > > > @VL_India India Oh, sorry, I did not see that it was another person > > > > responding. Best of luck with what you're trying to achieve! > > > > > > On Thu, Apr 8, 2010 at 11:09 AM, VL_India India <[email protected] > > > > > wrote: > > > > > James, thanks for your response. > > > > > > > By the way i am not sure who "Drashti Tikariya" is and why he > posted > > > > > his concern in my thread. Any way i got my answer, so will try > this. > > > > > > > Is there any way we can contact google guys about the translation > > > > > service. I want to enquire if there is any professional service? > > > > > > > Thanks > > > > > > > On Apr 8, 2:12 pm, James Clennett <[email protected]> > wrote: > > > > > > You didn't answer my question which I can only assume means you > are > > > not. > > > > > Go > > > > > > to: > > > > > > > >http://code.google.com/apis/ajaxsearch/signup.html > > > > > > > > Then add the key you get to the function/functions you are using > to > > > > > > invoke the API in the way described on this page: > > > > >http://code.google.com/apis/ajaxlanguage/documentation/(about<http://code.google.com/apis/ajaxlanguage/documentation/%28about> > <http://code.google.com/apis/ajaxlanguage/documentation/%28about> > > > <http://code.google.com/apis/ajaxlanguage/documentation/%28about>a > third > > > > > > of the way down the page under the subtitle: > > > > > > "Flash and other Non-Javascript Environments"). When done, wait > some > > > > > > time, and you should find yourself unblocked. Otherwise, you > should > > > > > > try the http_referrer and userip mentioned in the documentation I > > > > > > linked as well. > > > > > > > > Apologies if you know this/have done this, but your response > > > indicated > > > > > > to me that you have not. > > > > > > > > On Thu, Apr 8, 2010 at 9:35 AM, VL_India India < > [email protected]> > > > > > wrote: > > > > > > > Is there any paid service that Google > > > > > > > provide for the language translation? As i said i invoke the > > > service > > > > > > > > http://ajax.googleapis.com/ajax/services/language/translateandneed > > > > > > > to convert bunch of data. I am ready to pay any cost that > occurs. > > > > > > > Thanks > > > > > > > > > On Apr 8, 1:19 pm, James Clennett <[email protected]> > > > wrote: > > > > > > > > Are you sending an API key with your requests? I got blocked > once > > > and > > > > > > > then I got unblocked when I used the key. > > > > > > > > If you are, then are you also sending the http_referrer and > the > > > > > userip > > > > > > > data with your requests? If you are then it seems you are in > breach > > > of > > > > > the > > > > > > > TOS and not sure what you can do about that > > > > > > > > > > -----Original Message----- > > > > > > > > From: Drashti Tikariya <[email protected]> > > > > > > > > Sent: 08 April 2010 07:10 > > > > > > > > To: [email protected] > > > > > > > > Subject: Re: Maximum number of API request for language > > > translation > > > > > > > > > > hi, > > > > > > > > If you unblock my site and ask for subscription then i will > pay > > > you > > > > > for > > > > > > > Google Ajax Translation API as i need it work on my site. > > > > > > > > it's very urgent so plz reply me. > > > > > > > > > > Thanks, > > > > > > > > Drashti > > > > > > > > On Thu, Apr 8, 2010 at 6:45 AM, Jeremy Geerdes < > > > [email protected]> > > > > > > > wrote: > > > > > > > > While there is no hard rate limit on the sheer number of > requests > > > you > > > > > can > > > > > > > submit to the API, there are a number of clauses in the TOS > which > > > may > > > > > apply, > > > > > > > including a prohibition of applications which make automated > > > queries. I > > > > > > > would suggest reviewing the terms for yourself to ensure that > your > > > > > > > application will comply. > > > > > > > > > >http://code.google.com/apis/ajaxlanguage/terms.html > > > > > > > > > > Jeremy R. Geerdes > > > > > > > > Effective website design & development > > > > > > > > Des Moines, IA > > > > > > > > > > For more information or a project quote: > > > > >http://jgeerdes.home.mchsi.com > > > > > > > > [email protected] > > > > > > > > > > If you're in the Des Moines, IA, area, check out Debra > Heights > > > > > Wesleyan > > > > > > > Church! > > > > > > > > > > On Apr 7, 2010, at 9:17 AM, VL_India India wrote: > > > > > > > > > > > Hi, > > > > > > > > > I am usinghttp:// > > > > > ajax.googleapis.com/ajax/services/language/translate > > > > > > > > > API for translating some of the text that is available in > my > > > > > database. > > > > > > > > > Daily I may need to translate around 10,000 different > > > paragraphs of > > > > > > > > > text. So, i need call the API for 10,000 times. Will this > work > > > fine > > > > > or > > > > > > > > > Google has any limit on the number of API invocations? > > > > > > > > > > > Thanks in advance. > > > > > > > > > > > -- > > > > > > > > > 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]<google-ajax-search-api%[email protected]><google-ajax-search-api% > [email protected]><google-ajax-search-api% > > > [email protected]><google-ajax-search-api% > > > > > [email protected]> > > > > > > > . > > > > > > > > > For more options, visit this group athttp:// > > > > > > > groups.google.com/group/google-ajax-search-api?hl=en. > > > > > > > > > > -- > > > > > > > > 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]<google-ajax-search-api%[email protected]><google-ajax-search-api% > [email protected]><google-ajax-search-api% > > > [email protected]><google-ajax-search-api% > > > > > [email protected]> > > > > > > > . > > > > > > > > For more options, visit this group athttp:// > > > > > > > groups.google.com/group/google-ajax-search-api?hl=en. > > > > > > > > > > -- > > > > > > > > Thanks & Regards, > > > > > > > > Drashti Tikariya > > > > > > > > Sr. Software Developer > > > > > > > > > > URL Software Pvt. Ltd. > > > > > > > > 3th Floor, 312, Sarthik -2, > > > > > > > > SG Highway, Ahmedabad - 380 054, > > > > > > > > Gujarat, India. > > > > > > > > > > Email:[email protected] <email%[email protected]> < > email%[email protected] <email%[email protected]>> < > > > email%[email protected] <email%[email protected]> < > email%[email protected] <email%[email protected]>>> < > > > > > email%[email protected] <email%[email protected]> < > email%[email protected] <email%[email protected]>> < > > > email%[email protected] <email%[email protected]> < > email%[email protected] <email%[email protected]>>>> > > > > > > > > Mobile: +91 9998880744 > > > > > > > > -- > > > > > > > > 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]<google-ajax-search-api%[email protected]><google-ajax-search-api% > [email protected]><google-ajax-search-api% > > > [email protected]><google-ajax-search-api% > > > > > [email protected]> > > > > > > > . > > > > > > > > For more options, visit this group athttp:// > > > > > > > groups.google.com/group/google-ajax-search-api?hl=en. > > > > > > > > > -- > > > > > > > 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]<google-ajax-search-api%[email protected]><google-ajax-search-api% > [email protected]><google-ajax-search-api% > > > [email protected]><google-ajax-search-api% > > > > > [email protected]> > > > > > > > . > > > > > > > For more options, visit this group at > > > > > > >http://groups.google.com/group/google-ajax-search-api?hl=en. > > > > > > > -- > > > > > 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]<google-ajax-search-api%[email protected]><google-ajax-search-api% > [email protected]><google-ajax-search-api% > > > [email protected]> > > > > > . > > > > > For more options, visit this group at > > > > >http://groups.google.com/group/google-ajax-search-api?hl=en. > > > > > -- > > > You received this message because you are subscribed to the > > > > ... > > > > read more ยป > > -- > 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]<google-ajax-search-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-ajax-search-api?hl=en. > > -- 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.
