为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

intl.locale.matchOS setting not changing UI language in accordance to OS locale on Windows 7

  • 2 个回答
  • 6 人有此问题
  • 1 次查看
  • 最后回复者为 bsam

more options

Hi there,

On my Firefox, I have the intl.locale.matchOS setting set to true. When I switch my OS language and region settings from English to Japanese or Japanese to English, I am expecting after a reboot of the machine, that my Firefox's UI language will also switch with my OS, however, with this setting set to True, I am also getting the English UI language.

I have installed the Japanese Language Pack to my English install of Firefox. The version of Firefox I am using is 31.0 and I've got the corresponding language pack of that version as well. My OS is Windows 7.

I'm just wonder what specific Windows settings are used to determine the OS locale?

Currently, when I change between English and Arabic, I change the following settings:

 - Current location under the Location tab in Region and Language settings; and
 - Display Language under the Keyboards and Languages tab in Region and Language settings.

Thank you. Kind regards, Bryan

Hi there, On my Firefox, I have the intl.locale.matchOS setting set to true. When I switch my OS language and region settings from English to Japanese or Japanese to English, I am expecting after a reboot of the machine, that my Firefox's UI language will also switch with my OS, however, with this setting set to True, I am also getting the English UI language. I have installed the Japanese Language Pack to my English install of Firefox. The version of Firefox I am using is 31.0 and I've got the corresponding language pack of that version as well. My OS is Windows 7. I'm just wonder what specific Windows settings are used to determine the OS locale? Currently, when I change between English and Arabic, I change the following settings: - Current location under the Location tab in Region and Language settings; and - Display Language under the Keyboards and Languages tab in Region and Language settings. Thank you. Kind regards, Bryan

被采纳的解决方案

There is a command line switch that you can use to select the UI language.

You can create a desktop shortcut with the "-UILocale xx-xx" switch appended to the command line to start Firefox with a specific locale.

Start > Run: firefox.exe -UILocale en-US
Start > Run: firefox.exe -UILocale ja
定位到答案原位置 👍 4

所有回复 (2)

more options

选择的解决方案

There is a command line switch that you can use to select the UI language.

You can create a desktop shortcut with the "-UILocale xx-xx" switch appended to the command line to start Firefox with a specific locale.

Start > Run: firefox.exe -UILocale en-US
Start > Run: firefox.exe -UILocale ja
more options

Thank you cor-el. This will work as an alternative for me. Thank you so much for your help.