mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 08:25:32 +00:00
14 lines
207 B
Markdown
14 lines
207 B
Markdown
---
|
|
title: IKeymanLanguage::LocaleName Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanLanguage::LocaleName` property returns the name of the
|
|
language.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
readonly string LocaleName
|
|
```
|