spiegel-keyman/windows/docs/engine/api/IKeymanKeyboardFile/Languages.md
2024-10-31 10:17:54 +07:00

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
```