AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Type Alias TranslatableWebContentInfo

    Describes a WebContents on which content translation is supported.

    type TranslatableWebContentInfo = {
        detectedLanguage?: LanguageInfo;
        state: TranslationStatus;
        translationEnabled: true;
    }
    Index
    detectedLanguage?: LanguageInfo

    Detected WebContents language, or undefined if not yet determined.

    Translation status of the WebContents.

    translationEnabled: true

    Whether translation is supported on this WebContents.