mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
15 lines
297 B
Markdown
15 lines
297 B
Markdown
---
|
|
title: IKeymanKeyboardLanguage::LangID Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanKeyboardLanguage::LangID` property returns a Windows LANGID
|
|
for the Windows language. If the language does not have a LangID
|
|
defined, then this returns `0`.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
readonly long LangID
|
|
```
|