mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 08:55:34 +00:00
14 lines
210 B
Markdown
14 lines
210 B
Markdown
---
|
|
title: IKeymanLanguage::LangID Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanLanguage::LangID` property returns a Windows LANGID for the
|
|
Windows language.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
readonly long LangID
|
|
```
|