spiegel-keyman/windows/docs/engine/api/IKeymanControl/ActiveLanguage.md
2024-10-31 10:17:54 +07:00

17 lines
382 B
Markdown

---
title: IKeymanControl::ActiveLanguage Property
---
## Introduction
The `IKeymanControl::ActiveLanguage` property sets or returns the last
active [`IKeymanLanguage`](../IKeymanLanguage) for the current thread.
This is a convenience wrapper for the Windows
`ITfInputProcessorProfileMgr::ActivateProfile` method.
## Specification
``` clike
IKeymanLanguage* ActiveLanguage
```