Google Translate API in a .NET Windows Application
Posted
by
user415042
on Stack Overflow
See other posts from Stack Overflow
or by user415042
Published on 2011-01-11T12:49:25Z
Indexed on
2011/01/11
12:53 UTC
Read the original article
Hit count: 187
.NET
|google-translate
Hi ,
I have a .NET windows application which uses the Google Translate API. When trying to translate strings today i got a "Terms of Abuse" exception. To use a google API effectively, it is recommended that you register for a key which should resolve this problem. My translate API does not use a key. However to use a key,the site states that we would need to enter a valid URL of ours - e.g. http://localhost etc. However this one is a windows application. How do i get a valid key?
© Stack Overflow or respective owner