AboutSupportDeveloper GuideVersion 46.151.100.42

Type Alias TranslatableWebContentInfo

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

Describes a WebContents on which content translation is supported.

Type declaration

  • OptionaldetectedLanguage?: LanguageInfo

    Detected WebContents language, or undefined if not yet determined.

  • state: TranslationStatus

    Translation status of the WebContents.

  • translationEnabled: true

    Whether translation is supported on this WebContents.