mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
16 lines
433 B
Markdown
16 lines
433 B
Markdown
---
|
|
title: IKeymanLanguage::KeymanKeyboardLanguage Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanLanguage::KeymanKeyboardLanguage` property returns the
|
|
Keyman Keyboard language association that is associated with this input
|
|
method, if the input method is a Keyman input method instance, otherwise
|
|
`KeymanKeyboardLanguage` returns `null`.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
readonly KeymanKeyboardLanguageInstalled* KeymanKeyboardLanguage
|
|
```
|