The problem is very likely that your string is too short. The machine translation is very unreliable against strings that are less than one word in length.
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 http://jgeerdes.wordpress.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.blogspot.com ! On Dec 27, 2009, at 5:49 AM, Dror wrote: > Hi all, > > I'm trying to translate the hebrew word Shalom in hebrew character to > english by this http request: > > http://ajax.googleapis.com/ajax/services/language/translate?v=1.0&q=%F9%EC%E5%ED&langpair=iw%7Cen > > and I got the following response: > {"responseData": {"translatedText":""}, "responseDetails": null, > "responseStatus": 200} > > which means that the translation is an empty string... wierd, because > it should be "Hello". > > Can anyone tell me what's the problem? > > Thanks in advance, > Dror > > -- > > 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 > . > > -- 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.
