IKeymanKeyboardLanguageInstalled2::RegisterTip Method
Introduction
The IKeymanKeyboardLanguageInstalled2::RegisterTip
registers a Keyman Text Services Framework
Text Input Processor (TIP) input method for the specified language. This method requires elevation.
Specification
void RegisterTip(long LangID);
Parameters
LangID
- The
LANGID
to register, which can be found withFindInstallationLangID
.
See also
FindInstallationLangID()
- Finds a Windows LANGID for this language's BCP 47 code, including optionally installing a transient language if required.
InstallTip()
- Installs a registered language profile (persists over reboot) for the current user.