搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

Firefox not picking up the locale passed through the header through selenium preferences in Linux system

  • 1 回覆
  • 0 有這個問題
  • 15 次檢視
  • 最近回覆由 cor-el

more options

I am trying to set the Firefox language to French in Linux system using the below code(Before running the above code, I am setting the system language to fr_FR): FirefoxOptions firefoxOptions = new FirefoxOptions(); firefoxOptions.setHeadless(isHeadless); FirefoxProfile firefoxProfile = new FirefoxProfile(); firefoxProfile.setPreference("intl.accept_languages", "fr-FR"); firefoxOptions.setProfile(firefoxProfile); driver = new FirefoxDriver(firefoxOptions);

But Firefox Accept-Languages header shows just "fr" as the code.

I need Firefox to pick up both the code and the region i.e. "fr-FR".

Please help.

I am trying to set the Firefox language to French in Linux system using the below code(Before running the above code, I am setting the system language to fr_FR): FirefoxOptions firefoxOptions = new FirefoxOptions(); firefoxOptions.setHeadless(isHeadless); FirefoxProfile firefoxProfile = new FirefoxProfile(); firefoxProfile.setPreference("intl.accept_languages", "fr-FR"); firefoxOptions.setProfile(firefoxProfile); driver = new FirefoxDriver(firefoxOptions); But Firefox Accept-Languages header shows just "fr" as the code. I need Firefox to pick up both the code and the region i.e. "fr-FR". Please help.

所有回覆 (1)

more options

Maybe try the subreddit Selenium forum.