mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
26 lines
661 B
Markdown
26 lines
661 B
Markdown
---
|
|
title: IKeymanKeyboardLanguagesFile Interface
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanKeyboardLanguagesFile` interface lists the languages
|
|
associated with a keyboard file in Keyman Engine for Windows API.
|
|
|
|
## Interface Hierarchy
|
|
|
|
`IDispatch`
|
|
|
|
> [`IKeymanObject`](../IKeymanObject)
|
|
>
|
|
> > [`IKeymanCollection`](../IKeymanCollection)
|
|
> >
|
|
> > > [`IKeymanKeyboardLanguages`](../IKeymanKeyboardLanguages)
|
|
> > >
|
|
> > > > **`IKeymanKeyboardLanguagesFile`**
|
|
|
|
## Properties
|
|
|
|
[`Items[Index]`](Items) <span class="readonly">read only</span>
|
|
: Returns an [`IKeymanKeyboardLanguage`](../IKeymanKeyboardLanguage)
|
|
reference for the language identified by `Index`.
|