mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
16 lines
407 B
Markdown
16 lines
407 B
Markdown
---
|
|
title: IKeymanKeyboardFile::Languages Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanKeyboardFile::Languages` property returns an
|
|
[`IKeymanKeyboardLanguagesFile`](../IKeymanKeyboardLanguagesFile)
|
|
reference which lists the BCP 47 languages that are suggested for use
|
|
with the keyboard, as extracted from the package metadata.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
readonly IKeymanKeyboardLanguagesFile* Languages
|
|
```
|