Is it possible to have different applications set to different locales?

12,642

Solution 1

The application itself would need to support configuring a locale different from the systems. The system locale is a single global default setting for all apps.

Solution 2

You can have what you need with this:

  • Create a new local user.
  • Log in with that user and change the Windows language of that account to which you need.
  • Log out
  • Log in with your usual user.
  • Run the application you want to see in a different language with the "Run As" method. (Shift+right click on the shortcut and select Run as different user).
Share:
12,642

Related videos on Youtube

user2044239
Author by

user2044239

Updated on September 18, 2022

Comments

  • user2044239
    user2044239 almost 2 years

    In Windows 7 you can change the system locale to change how non-unicode characters are interpreted in different programs. Let's say that I want to use language X for most cases, but language Y for one single program. It is extremely tedious to change the system-wide locale and reboot every time I want to use this one program.

    Is there a way to set locale on a case-by-case basis in Windows 7?

    • Admin
      Admin over 11 years
      I believe I have found a possible solution, but it seems a bit hack-ey. If anyone else is having this issue, try installing this: microsoft.com/en-us/download/details.aspx?id=13209 Not officially supported for W7 but it may get the job done.
    • Admin
      Admin over 11 years
      Perhaps you could use a virtual machine if it's just a specific application you would like to use in another locale.
    • Admin
      Admin over 11 years
      That's a decent idea. Still tedious, but slightly less tedious than a reboot.
    • Admin
      Admin over 11 years
      Also, perhaps you could change the locale for a single user and just use the program under a different user.
  • TomR
    TomR over 7 years
    It is not possible to assign specific Windows locale to the specified user. And it is not possible to run Windows program as other user, it is possible to run it with admin rights (not as other user).
  • TomR
    TomR over 7 years
    Sorry, it IS possible to run Windows program as different user.
  • NetVicious
    NetVicious over 7 years
    Yes, it seems we had the same idea. I do not copied nothing I used it myself for my projects.
  • Qi Luo
    Qi Luo almost 6 years
    @NetVicious, how do you "change the Windows language of that account to which you need"? If you mean "system locale", it is system wide.
  • NetVicious
    NetVicious almost 6 years
    @QiLuo The selected language for one account it's not system wide. The installed languages are system wide, but each user can select it's language without any problem.