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
I also found a topic about this in the help.
http://help.infragistics.com/NetAdvantage/Silverlight/2010.2/CLR4.0/?page=Whats_New_IME_Support_for_xamEditors.html
This confirms that IME mode was supported starting in the 9.2 volume release. IME support was also added in the service release beginning in version 7.2.
Hello,
Has this issue been addressed?
IME mode support was a public bug. It should be fixed in services releases for all versions from 7.2 to 9.1. It should be fixed in the volume release of 9.2 and later.
I just tried to type Japanese in our 10.2 XamMaskedEditor control, and I didn't have any problem with the IME input.
Elizabeth Albert
Localization Engineer
Assuming that you can enter characters into a WPF textbox then you should be able to enter characters into the xamMaskedEditor as well. If you continue to have a problem, you should probably contact the support group directly to have the matter investigated further.
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?
doodoo79 said:my language(actually Korean) does not display in the xamMaskedEditor.