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

22 lines
604 B
Markdown

---
title: IKeymanKeyboard::DefaultWindowsLanguages Property
---
## Introduction
The `IKeymanKeyboard::DefaultWindowsLanguages` property returns the
[`&windowslanguages`](/developer/language/reference/windowslanguages)
value from the keyboard file.
This is informational data and may not be the same as the currently
linked languages for the keyboard. This is a space separated list of
hexadecimal coded Windows LANGID values.
In the future, this will be deprecated in favour of
[`DefaultBCP47Languages`](DefaultBCP47Languages).
## Specification
``` clike
readonly long DefaultWindowsLanguages
```