Typedef

TextPartLanguageOption (language)

@ckeditor/ckeditor5-language/src/textpartlanguage

typedef
Object

The text part language feature option descriptor.

Filtering

Properties

  • languageCode : String

    The language code in the ISO 639 format.

  • textDirection : 'ltr' | 'rtl' | undefined

    The language text direction. Automatically detected if omitted.

  • title : String

    The user-readable title of the option.