I need to translate some text, and I'm trying to use a Google translator to translate it. I checked this article. But I get an exception in the following code.
result = webClient.DownloadString(url);
Exception: the remote server returned an error: (414) Request-URI Too Large.
I never used an API, so I tried to use this class to translate text.
Any suggestions?
I checked similar entries, but could not find an easier way to do this.
source share