Click here to Skip to main content
16,004,647 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
I am working devloping web application by asp.net and c#

I want to use two text boxes and button , and I want to translate the text which is in the first text box and get the translated text in the other text box.

I am trying to use google translation service but I do not know how can I use it by code.



Thanks
Posted

Unfortunately, Google is shutting down its translation API on December,2011. It has been already deprecated read here[^]

You can still use its API for now though: Developer's guide[^]
 
Share this answer
 
Thank ou for you all

If I want to use API , I should register my web site to get the API key . The problem I am stil devloping my project on my labtop.

How can I get API keys without having a web site;


Thanks alot
 
Share this answer
 
Why not use Google Translate itself? Until recently, they provided an API which allowed you to use it, but unfortunately it was badly abused and will be shut off compleletly in December. They do still provide Elements[^] which may be able to help you.
 
Share this answer
 

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