---
title: IKeymanKeyboardLanguage Interface
---
## Introduction
The `IKeymanKeyboardLanguage` interface lists a language associated with
a keyboard in Keyman Engine for Windows API.
## Interface Hierarchy
`IDispatch`
> [`IKeymanObject`](../IKeymanObject)
>
> > **`IKeymanKeyboardLanguage`**
> >
> > > [`IKeymanKeyboardLanguageInstalled`](../IKeymanKeyboardLanguageInstalled)
> > >
> > > > [`IKeymanKeyboardLanguageInstalled2`](../IKeymanKeyboardLanguageInstalled2)
## Properties
[`BCP47Code`](BCP47Code) read only
: Returns a BCP 47 code for the Windows language.
[`LangID`](LangID) read only
: Returns a Windows LANGID for the Windows language.
[`OwnerKeyboard`](OwnerKeyboard) read only
: Returns the keyboard associated with the language.
[`Name`](Name) read only
: Returns the language name for the language.