Interface

TextPartLanguageOption (language)

@ckeditor/ckeditor5-language/src/textpartlanguageconfig

interface

The text part language feature option descriptor.

Filtering

Properties

  • languageCode : string

    The language code in the ISO 639 format.

  • textDirection : LanguageDirection | undefined

    The language text direction. Automatically detected if omitted.

  • title : string

    The user-readable title of the option.