ITfInputProcessorProfiles::ChangeCurrentLanguage method (msctf.h)
Sets the currently active language.
Syntax
HRESULT ChangeCurrentLanguage(
[in] LANGID langid
);
Parameters
[in] langid
Contains the LANGID of the language to make active.
Return value
This method can return one of these values.
Value | Description |
---|---|
|
The method was successful. |
|
An unspecified error occurred. |
|
langid is an invalid language identifier. |
|
A memory allocation failure occurred. |
|
No thread manager was created for the calling thread. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | msctf.h |
DLL | Msctf.dll |
Redistributable | TSF 1.0 on Windows 2000 Professional |