mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
14 lines
256 B
Markdown
14 lines
256 B
Markdown
---
|
|
title: IKeymanLanguage::BCP47Code Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanLanguage::BCP47Code` property returns a BCP 47 code for the
|
|
Windows language, on operating systems that support it.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
readonly string BCP47Code
|
|
```
|