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