Raghuveersingh / google-ajax-apis

Automatically exported from code.google.com/p/google-ajax-apis
0 stars 0 forks source link

Google Translate : Ajax API have different results that google translate homepage #524

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Go to http://translate.google.com/#en|sv|hello%20world
   And see that the translation is good.
2. Go to 
http://ajax.googleapis.com/ajax/services/language/translate?v=1.0&q=Hello+World&
langpair=en|sv
   And see that the translation is wrong.

3. However, some languages do work fine :
http://ajax.googleapis.com/ajax/services/language/translate?v=1.0&q=Hello+World&
langpair=en|es
http://ajax.googleapis.com/ajax/services/language/translate?v=1.0&q=Hello+World&
langpair=en|de

What is the expected output? What do you see instead?
I expect to get the translation through the AJAX Api. Instead, I only receive 
the original string.

What version of the product are you using? On what operating system?
Webbrowser is firefox under ubuntu.

Please provide any additional information below.

Original issue reported on code.google.com by loics....@gmail.com on 2 Oct 2010 at 2:21