mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
22 lines
604 B
Markdown
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
|
|
```
|