Hi.
For some requests I get the response:
{
"error": {
"errors": [
{
"domain": "global",
"reason": "badRequest",
"message": "Bad language pair: {0}"
}
],
"code": 400,
"message": "Bad language pair: {0}"
}
}
Request for example:
https://www.googleapis.com/language/translate/v2?key=<MY_KEY>&target=en&q=%D0%A5%D0%BE%D1%87%D1%83%20%D0%BD%D0%B0%D0%B9%D1%82%D0%B8
(I try to translate russian words "Хочу найти")
Why this error happen?
--
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.