LWT JavaScript API
    Preparing search index...

    Interface OfflineLanguage

    Offline language configuration.

    interface OfflineLanguage {
        abbreviation: string;
        dictLinks: DictLinks;
        downloadedAt: Date;
        id: number;
        name: string;
        removeSpaces: boolean;
        rightToLeft: boolean;
        textSize: number;
    }
    Index

    Properties

    abbreviation: string

    Two-letter code

    dictLinks: DictLinks

    Dictionary links

    downloadedAt: Date

    When downloaded

    id: number

    Language ID (primary key)

    name: string

    Language name

    removeSpaces: boolean

    Remove spaces between words

    rightToLeft: boolean

    Right-to-left script

    textSize: number

    Font size setting