google.language.translate("hello world", primaryLang, secondaryLang,
function(result) {
if (!result.error) {
v.value = result.translation;
v.onchange();
}
//alert(result.translation)
});
it does not give me translated result.
the API key i have generated always show Courtesy limit: 0 characters/
day .. do i have to make payment before i can use the key???
http://code.google.com/p/gtranslate-api-v2-jsapi
In addition, as of yesterday (i.e., 1 December 2011), the v2 API has become a paid service. In other words, there will no longer be a courtesy limit; you will have to enable billing to continue utilizing the service.
If you would prefer to not enable billing and pay for the service, you may try the Bing Translator API. It's not as good, qualitatively, as the Google API, but it is still free.
Jeremy R. Geerdes
Generally Cool Guy
Des Moines, IA
For more information or a project quote:
jrge...@gmail.com
If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan Church!
> --
> You received this message because you are subscribed to the Google
> Groups "Google AJAX APIs" group.
> To post to this group, send email to
> google-ajax...@googlegroups.com
> To unsubscribe from this group, send email to
> google-ajax-searc...@googlegroups.com
> To view this message on the web, visit
> http://groups.google.com/group/google-ajax-search-api?hl=en_US
> For more options, visit this group at
> http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en