Google Translation API not working for even one page long documents

Posted by Saubhagya on Stack Overflow See other posts from Stack Overflow or by Saubhagya
Published on 2010-03-29T11:08:20Z Indexed on 2010/03/29 11:13 UTC
Read the original article Hit count: 237

I'm using Google Translation API to translate text from Chinese Simplified to English in my C# program. The problem is if the text is small (around one line) the API is able to translate it, but if the text is larger (more than 3 lines) is gives an exception saying "The remote server returned an unexpected response: (414) Request-URI Too Large.". However if I use translate.google.com in my browser that works fine.

Please tell me how can I process large documents using Google Translate API in my desktop application written in C#.

© Stack Overflow or respective owner

Related posts about google-translate

Related posts about google-analytics