본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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.