mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 08:55:34 +00:00
15 lines
322 B
Markdown
15 lines
322 B
Markdown
---
|
|
title: IKeyman::Languages Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeyman::Languages` property returns the Keyman
|
|
[`IKeymanLanguages`](../IKeymanLanguages) interface which provides a
|
|
list of all currently available Windows languages and input methods.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
readonly IKeymanLanguages* Languages
|
|
```
|