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

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