spiegel-keyman/windows/docs/engine/api/IKeymanKeyboardLanguagesInstalled2/Add.md
2024-10-31 10:17:54 +07:00

24 lines
643 B
Markdown

---
title: IKeymanKeyboardLanguagesInstalled2::Add Method
---
## Introduction
The `IKeymanKeyboardLanguagesInstalled2::Add` adds an entry to the
in-memory list in preparation for registration and installation with the
functions in the
[`IKeymanKeyboardLanguageInstalled2`](../IKeymanKeyboardLanguageInstalled2)
interface.
## Specification
``` clike
IKeymanKeyboardLanguagesInstalled Add(string Bcp47Tag)
```
## Parameters
`Bcp47Tag`
: The BCP 47 tag to associate the keyboard with. Windows will
normalize these codes so after installation you may find the layout
available under a normalized code and not the one you expected.