I am using a WebBrowser
control in my project. My code example is below:
webBrowser1.Navigate("Web Site goes here");
The web browser is navigating the Google website, however I can not see the Turkish characters.
Therefore I use:
webBrowser1.Document.Encoding = "UTF-8"
However the problem still continues. Any idea to solve this?