Can EditControl support Dual-byte language?

The situation is that I have a .txt file created by Notepad with Chinese charactars in it. If I use editcontrol to load the file, Chinese charactars are lost. How to handle it? Thanks

1 Reply

AD Administrator Syncfusion Team September 1, 2004 08:36 AM UTC

Hi Peter As demonstrated in this link, Essential Edit can display Chinese charceters. You need to set the TextEncoding property of the Edit Control: editControl1.TextEncoding = System.Text.Encoding.Unicode; Regards Arun

Loader.
Up arrow icon