Skip to content

TranslateEnabled

Enable or disable webpage translation.

If you only want to disable the popup, you can set the browser.translations.automaticallyPopup preference to false using the Preferences policy.

Compatibility: Firefox 126
CCK2 Equivalent: N/A
Preferences Affected: browser.translations.enable

Software\Policies\Mozilla\Firefox\TranslateEnabled = 0x1 | 0x0

OMA-URI:

./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/TranslateEnabled

Value (string):

<enabled/> or <disabled/>
<dict>
<key>TranslateEnabled</key>
<true/> | <false/>
</dict>
{
"policies": {
"TranslateEnabled": true | false
}
}