When I use the xamMaskedEditor in my solution, my language(actually Korean) does not display in the xamMaskedEditor. Please let me know about how can I solve this problem?
Thanks
doodoo79 said:my language(actually Korean) does not display in the xamMaskedEditor.
Oops, Sorry andrew
It means, I can't typing Korean in XamMaskedEditor.
When I typing some text in korean, it doesn't display in the xamMaskedEditor. Actually in this picture I typed some korean text between the "abcdefg". Can you understand what I mean?
And as you said, I already set the language property just like this.
xamMaskedEditor1.Language = XmlLanguage.GetLanguage("ko-KR");
am I wrong?