Hi
Am using Google API for translation on passing my request to change the text language its showing the error of "Failed to get the response(407) Proxy Authendication required".
string Text = textBox1.Text;
Text = Translator.Translate(Text, Language.English, Language.French,Google.API.Translate.TranslateFormat.text);
textBox1.Text = Text;
this is sample code i tried with GoogleTranslationApi.dll please provide me some input to rectify this error.
Thanks in Advance