TargetDictionaryLanguageOutput interface
Properties of the target dictionary language
Properties
| code | Language code identifying the target language. |
| 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. |
| native |
Display name of the language in the locale native for this language. |
Property Details
code
Language code identifying the target language.
code: string
Property Value
string
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