|
-
Aug 7th, 2006, 12:52 AM
#1
Thread Starter
Addicted Member
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
-
Aug 7th, 2006, 01:04 AM
#2
Hyperactive Member
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
-
Aug 7th, 2006, 07:30 AM
#3
Re: how to make textbox read another language..?
Change the font of the textbox itself to one that supports Hebrew characters.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|