LWT JavaScript API
    Preparing search index...
    languageWizard: {
        langDefs: Record<string, LanguageDefinition>;
        init(config: LanguageWizardConfig): void;
        onL1Change(): void;
        onL2Change(): void;
        toggleWizardZone(): void;
        updateDictionaryUrls(): void;
    } = ...

    Language wizard object. Handles the wizard UI for setting up language configurations.

    Type Declaration