Skip to main content
All docs
V24.2

AILanguageInfo Type

Specifies a language.

Declaration

export type AILanguageInfo = {
    key: string;
    text: string;
}

Members

Name Type Description
key string

The language identifier.

text string

The language display text.