Convert text from English characters to Hebrew characters

Posted by Ovi on Stack Overflow See other posts from Stack Overflow or by Ovi
Published on 2008-12-04T14:51:09Z Indexed on 2010/04/05 15:43 UTC
Read the original article Hit count: 462

Filed under:
|
|

Using C#, when a user types a text in a normal textbox, how can you see the Hebrew equivalent of that text?

I want to use this feature on a data entry form, when the secretary puts in the customer name using English characters to have it converted automatically in another textbox to the hebrew representation.

Maybe something with CultureInfo("he-IL")...

© Stack Overflow or respective owner

Related posts about c#

Related posts about cultureinfo