how to make textbox read another language..?
I everyone, I really need help in this one...
I have a text file which contains 2 words each sentence,
and I have a form with 2 text box and button ,
when I push the button it loads the 2 words into the text boxes , one word each.
but the problem is I have one word in english and other word in hebrew , it doesn't read the hebrew word only the english one ,although I used the sentence in my code of encoding:
Private FileEncoding As Encoding = Encoding.UTF7
and although used these codes:
ASCII, UTF8, UTF32, Unicode
please help
Re: how to make textbox read another language..?
I think most of the classes for what you want to do are in:
System.Resources and System.Globalization
look at this link:
http://www.vbdotnetheaven.com/Upload...d-b6427d3dd4ac
Re: how to make textbox read another language..?
Change the font of the textbox itself to one that supports Hebrew characters.