mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
17 lines
382 B
Markdown
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
|
|
```
|