IKeymanKeyboardLanguageInstalled Interface
Introduction
The IKeymanKeyboardLanguageInstalled interface lists a Windows
language associated with a keyboard in Keyman Engine for Windows API, or
a suggested language available for installation for the keyboard.
Interface Hierarchy
IDispatch
IKeymanKeyboardLanguageInstalled
Properties
OwnerKeyboardread only- Returns the keyboard associated with the language.
ProfileGUIDread only- Returns the profile GUID associated with the Text Services Framework
(TSF) Text Input Processor (TIP) installed for this keyboard, for
this language, or
GUID_NULLif the language is not currently installed. IsInstalledread only- Returns
TRUEif the language is currently installed for this keyboard.
Methods
Install()- Deprecated in 14.0. If not already installed, adds this keyboard layout to the Windows language, and if necessary installs the Windows language as well.
Uninstall()- Removes this keyboard layout from the Windows language, and if it is the last input method for the language, removes the language as well.


