questions
intl.regional_prefs.use_os_locales - is this geo (0200s) or lang/locale (0210s)intl.regional_prefs.use_os_locales - does this have anything to do with web content?other
intl.locale.privacy.web_exposed if anyone wants to follow it furtherprivacy.spoof_english into this sectionhow do you set your app language now there is no UI (the UI was removed in FF70)?
The UI is behind intl.multilingual.enabled which is true in my FF69, but false in my FF71.
The UI is behind
intl.multilingual.enabledwhich istruein my FF69, butfalsein my FF71.
intl.multilingual.enabled is false in Nightly because apparently AMO only serves language packs for release and beta versions
@Thorin-Oakenpants new/empty firefox profile; firefox 69; no user.js
Open about:config and search for /privacy.spoof_english|javascript.use_us_english_locale/.
RFP off:
privacy.spoof_english = 0javascript.use_us_english_locale hiddenprivacy.spoof_english = 1javascript.use_us_english_locale hiddenprivacy.spoof_english = 2javascript.use_us_english_locale hiddenRFP on:
privacy.spoof_english = 0javascript.use_us_english_locale hiddenprivacy.spoof_english = 1javascript.use_us_english_locale hiddenprivacy.spoof_english = 2javascript.use_us_english_locale = trueIf RFP is on and privacy.spoof_english gets 2, javascript.use_us_english_locale will be created.
privacy.resistFingerprinting = trueprivacy.spoof_english = 2javascript.use_us_english_locale = trueUPDATE: privacy.spoof_english doesn't do anything if set in user.js. Adding it to the user.js is a bad idea.
intl.locale.privacy.web_exposed
available via GetWebExposedLocales, but it is not called anywhere.
Most helpful comment
The UI is behind
intl.multilingual.enabledwhich istruein my FF69, butfalsein my FF71.