Results 1 to 3 of 3

Thread: how to make textbox read another language..?

  1. #1

    Thread Starter
    Addicted Member noam309's Avatar
    Join Date
    Aug 2006
    Posts
    225

    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

  2. #2
    Hyperactive Member Grunt's Avatar
    Join Date
    Oct 2004
    Location
    Las Vegas
    Posts
    499

    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

  3. #3
    Frenzied Member
    Join Date
    Mar 2005
    Location
    Sector 001
    Posts
    1,577

    Re: how to make textbox read another language..?

    Change the font of the textbox itself to one that supports Hebrew characters.
    VB 2005, Win Xp Pro sp2

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width