SourceDictionaryLanguageOutput interface

Properties ot the source dictionary language

Properties

dir

Directionality, which is rtl for right-to-left languages or ltr for left-to-right languages.

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.

translations

List of languages with alterative translations and examples for the query expressed in the source language.

Property Details

dir

Directionality, which is rtl for right-to-left languages or ltr for left-to-right languages.

dir: LanguageDirectionalityOutput

Property Value

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

translations

List of languages with alterative translations and examples for the query expressed in the source language.

translations: TargetDictionaryLanguageOutput[]

Property Value