mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
16 lines
414 B
Markdown
16 lines
414 B
Markdown
---
|
|
title: IKeymanKeyboardLanguageInstalled::IsInstalled Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanKeyboardLanguageInstalled::IsInstalled` property returns
|
|
`TRUE` if the keyboard is currently associated with this language in
|
|
Windows. If the language is not currently installed, then it is a
|
|
suggested language for the keyboard, per the package metadata.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
readonly BOOL IsInstalled
|
|
```
|