I am working for developing a multilingual software that can be used by different linguistic people. My work is based on unicode.
We can write in any textarea or textfield by programmatically by
1. Setting its font to my desired language
2. Font must be open type(unicode supported)
3. Unicodes are written in "\uxxxx" where xxxx is a hexadecimal code
Example : textfield.Text="\u0985"; // it is a bangla character
Friday, March 9, 2007
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment