TransliterationLanguageOutput interface

The value of the transliteration property is a dictionary of (key, value) pairs. Each key is a BCP 47 language tag. A key identifies a language for which text can be converted from one script to another script.

Properties

name

Display name of the language in the locale requested via Accept-Language header.

nativeName

Display name of the language in the locale native for this language.

scripts

List of scripts to convert from.

Property Details

name

Display name of the language in the locale requested via Accept-Language header.

name: string

Property Value

string

nativeName

Display name of the language in the locale native for this language.

nativeName: string

Property Value

string

scripts

List of scripts to convert from.

scripts: TransliterableScriptOutput[]

Property Value