I am creating a Turkish application and I want to make dynamic messages with usingmy domain.
I am editing this html and getting it with WebClient in Windows Phone Application but it is getting Turkish characters wrong. I have tried this,
myWebClient.Encoding = System.Text.Encoding.UTF8;
but it hasn't run correctly too. How can I fix it?
Thanks.