mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 08:55:34 +00:00
17 lines
482 B
Markdown
17 lines
482 B
Markdown
---
|
|
title: IKeymanKeyboardInstalled::Languages Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanKeyboardInstalled::Languages` property returns an
|
|
[`IKeymanKeyboardLanguagesInstalled`](../IKeymanKeyboardLanguagesInstalled)
|
|
reference which lists the Windows languages with which the keyboard is
|
|
currently associated, as well as any suggested languages for the
|
|
keyboard that are not currently installed.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
readonly IKeymanKeyboardLanguagesInstalled* Languages
|
|
```
|