Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Thursday, April 26, 2012 3:42 PM
Can anyone tell me what the "CTF" in the context means. I can not find it anywhere.
And I'm not sure what fourm this should go in.
TIA
Monday, April 30, 2012 3:15 AM ✅Answered
One registry key in TSF input method framework, you could get information about from here: http://msdn.microsoft.com/en-us/library/windows/desktop/ms538044(v=vs.85).aspx
One input method is set as one TIP(Text Input Processor) under the registry, we should register it as one COM component first, then we could use ITfInputProcessorProfileMgr::RegisterProfile() to register TIP CLSID and ProfileID:
HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/CTF/TIP/{CLSID}/LanguageProfile/[langid]/{guidProfile}
Referernce: Text Service Registration and ITfInputProcessorProfiles interface
Bob Bao [MSFT]
MSDN Community Support | Feedback to us
Tuesday, January 8, 2013 6:09 AM
Hi,Bob
I developed an input method with many languages for win8. After when I register a western language(such as French, German) in TSF, it shows “unavailable input method” in Language Settings. But it still works fine. And when I register Chinese, Japanese and Korean using the same way, it shows my input method name in Language Settings. Why?
Thanks very much!