This is a migrated thread and some comments may be shown as answers.

Input Method Editor (IME)

2 Answers 108 Views
RichTextBox
This is a migrated thread and some comments may be shown as answers.
Archer Admin
Top achievements
Rank 1
Archer Admin asked on 12 Nov 2010, 05:56 PM
Does the Rich Text Box have support for the MS's Input Method Editor (IME). I have a requirement to support CJK and need to have rich text thru IME.

2 Answers, 1 is accepted

Sort by
0
roger
Top achievements
Rank 1
answered on 12 Nov 2010, 06:02 PM
I'm no expert, but shouldn't this be handlet at OS-level?
0
Ivailo Karamanolev
Telerik team
answered on 16 Nov 2010, 09:52 AM
Hello roger,

Indeed, IME is implemented at OS level and currently, as of Silverlight 4, the is no support for access directly to the IME API. The only provided hook point is with the text box to choose preferred IME mode. There is no API to change cultures/languages. The only support is for example:
InputMethod.PreferredImeState="On" InputMethod.PreferredImeConversionMode="FullShape,Katakana,Native"
We currently don't provide this type of customizations.

Sincerely yours,
Ivailo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
RichTextBox
Asked by
Archer Admin
Top achievements
Rank 1
Answers by
roger
Top achievements
Rank 1
Ivailo Karamanolev
Telerik team
Share this question
or