mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
15 lines
278 B
Markdown
15 lines
278 B
Markdown
---
|
|
title: IKeymanKeyboardLanguage::Name Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanKeyboardLanguage::Name` property returns the name of the
|
|
language, usually supplied in the metadata in the package the keyboard
|
|
is a part of.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
readonly BSTR Name
|
|
```
|