I am receiving this error upon translating from Turkish to English:
"invalid translation language pair"

Here is an example that fails for me.

Text to be translated: "Turk insanlarını seviyorum"

I first check to see what language it is:
http://ajax.googleapis.com/ajax/services/language/detect?v=1.0&q=Turk%20insanlar%C4%B1n%C4%B1%20seviyorum

Google API response:
{"responseData": {"language":"tr","isReliable":true,"confidence":
0.20413528}, "responseDetails": null, "responseStatus": 200}

So Google API indeed thinks that it is turkish (tr) AND that it's
reliable. So now I try to translate it into english.
http://ajax.googleapis.com/ajax/services/language/translate?v=1.0&q=Turk%20insanlar%C4%B1n%C4%B1%20seviyorum&langpair=en%7Ctr

Google API response:
{"responseData": null, "responseDetails": "invalid translation
language pair", "responseStatus": 400}

Help?



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google AJAX API" 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