RequestedLocales
Set the the list of requested locales for the application in order of preference. It will cause the corresponding language pack to become active.
Compatibility: Firefox 64, Firefox ESR 60.4, Updated in Firefox 68, Firefox ESR 68
CCK2 Equivalent: N/A
Preferences Affected: N/A
Windows (GPO)
Section titled “Windows (GPO)”Software\Policies\Mozilla\Firefox\RequestedLocales\1 = "de"Software\Policies\Mozilla\Firefox\RequestedLocales\2 = "en-US"
or
Software\Policies\Mozilla\Firefox\RequestedLocales = "de,en-US"Windows (Intune)
Section titled “Windows (Intune)”OMA-URI:
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/RequestedLocalesStringValue (string):
<enabled/><data id="Preferences_String" value="de,en-US"/><dict> <key>RequestedLocales</key> <array> <string>de</string> <string>en-US</string> </array></dict>
or
<dict> <key>RequestedLocales</key> <string>de,en-US</string></dict>policies.json
Section titled “policies.json”{ "policies": { "RequestedLocales": ["de", "en-US"] }}
or
{ "policies": { "RequestedLocales": "de,en-US" }}