Click here to Skip to main content
15,880,608 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi friends,

Thanks for reading the post.


I need some information about the api's present in .net for language translation.
I know one api that is Google.

But it is not working for translating english to telugu.
I use the code for telugu is 'te'. but that is showing an error.

"Specified arguments was out of range of valid values"

The url i used to ge the translation is

http://ajax.googleapis.com/ajax/services/language/translate?v=1.0&q=hi&langpair=en%7Cte";

The the result of the url is

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



So i request some to give other API present for language translation or provide the usefull content for me.

Thanks in advance.
Posted

1 solution

The .NET Framework doesn't have any support for language translation, nor will it ever have such facility.

Due to everyone abusing the crap out of Google's Translate API, it's been deprecated as of March of this year and will be shutoff forever on December 1, 2011.

You can use Microsoft's Translate API instead, which can be found here[^].
 
Share this answer
 
Comments
Shashank Reddy Ganta 7-Jul-11 3:11am    
thanks for the information but i am not able to convert english to telugu.
could u prodive the url or any other solution for this.
Dave Kreskowiak 7-Jul-11 7:43am    
Nope.
Shashank Reddy Ganta 7-Jul-11 8:06am    
can u tell me any third party tools for translating english to telugu in windows mobile.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900