mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 08:25:32 +00:00
14 lines
228 B
Markdown
14 lines
228 B
Markdown
---
|
|
title: IKeymanKeyboardLanguage::BCP47Code Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanKeyboardLanguage::BCP47Code` property returns the BCP 47
|
|
code for the language.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
readonly string BCP47Code
|
|
```
|