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

27 lines
755 B
Markdown

---
title: IKeymanLanguages Interface
---
## Introduction
The `IKeymanLanguages` interface lists all the Windows input methods
currently loaded on the system. As Keyman keyboards are installed as
Windows input methods, this interface will list Keyman input methods as
well as Windows system-supplied input methods and other third party
input methods that present as Windows input methods.
## Interface Hierarchy
`IDispatch`
> [`IKeymanObject`](../IKeymanObject)
>
> > [`IKeymanCollection`](../IKeymanCollection)
> >
> > > **`IKeymanLanguages`**
## Properties
[`Items[Index]`](Items) <span class="readonly">read only</span>
: Returns an [`IKeymanLanguage`](../IKeymanLanguage) reference for the
windows language identified by `Index`.