I want to translate a string using Google Translator....My sample string is ..."this is my string".......I want to use HTML Agility Pack to parse HTML documents....I tried this:...using HtmlAgilityPack;
........
var webGet = new HtmlWeb();
var document...