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

    Type Alias PageTranslateOptions

    Options for OpenFin.WebContents.translatePage.

    type PageTranslateOptions = {
        sourceLang: string;
        targetLang: string;
    }
    Index
    sourceLang: string

    BCP-47 language code of the source language, or empty string for auto-detect.

    targetLang: string

    BCP-47 language code of the target language.