TransliterableScriptOutput interface

Script definition with list of script into which given script can be translitered.

Extends

Properties

toScripts

List of scripts available to convert text to.

Inherited Properties

code

Code identifying the script.

dir

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

name

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

nativeName

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

Property Details

toScripts

List of scripts available to convert text to.

toScripts: LanguageScriptOutput[]

Property Value

Inherited Property Details

code

Code identifying the script.

code: string

Property Value

string

Inherited From LanguageScriptOutput.code

dir

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

dir: LanguageDirectionalityOutput

Property Value

Inherited From LanguageScriptOutput.dir

name

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

name: string

Property Value

string

Inherited From LanguageScriptOutput.name

nativeName

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

nativeName: string

Property Value

string

Inherited From LanguageScriptOutput.nativeName