Multi-language Google Translate API is returing (503) Server Unavailable
问题 I am trying to use Google Translate to translate but it gives error Server Unavailable. What my guess is that when I try to put same thing in the address bar we receive a captcha to fill in. If we get thru the captcha than only it downloads a txt file. I am thinking this might be the issue of captcha page and not the Server Unavailable. Calling Function. string result = TranslateGoogle("Life is great and one is spoiled when it goes on and on and on", "en", "hi"); Console.WriteLine(result);