i m using google ajax translation.
my code read like below

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

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

Reply via email to