Translate html string into another language in win app c#
Hi,I am developing a win form application in C#.
I have a random html string in Russian language containing whole page data and writing it into a html file. I need to convert/translate it into english.
Help me how can i do this.
I can't hard code few words in resource file as those data will be random.
Thanks
Anil