How to launch a 64-bit program with a different locale than the system locale?

27,646

Solution 1

It's more easy: This method works for all Windows 32bits or 64bits ;-)

  • Create different new local users (one for each language).
  • Log in with each user and change the Windows language of that account to the desired language.
  • Log out (Repeat for each user).

When you finish the setup:

  • 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) using the user which has that language on his settings.

Solution 2

There's an open-source alternative to Microsoft AppLocale that is claimed to work up to windows 10, available on GitHub:

https://github.com/xupefei/Locale-Emulator

Its allows per-app locale settings, accessible via a context menu option.

Share:
27,646

Related videos on Youtube

Jorge Luque
Author by

Jorge Luque

If you're interested in 3D modeling, animation, and rendering, then checkout this stackexchange proposal http://area51.stackexchange.com/proposals/86368/3d-graphics?referrer=OlMhNSRB3XOKQcyqcR7pKw2 I make custom skins to modify how websites look with Stylish at http://typhlosion24.deviantart.com I also make music! https://soundcloud.com/guitarjorge24 I'm studying C++, C#, and game development. Some programs I use are Unity, Visual Studio, Photoshop, and Maya. I'm fluent in English and Spanish and I'm currently learning Japanese. Some of my hobbies are playing and composing music, learning Japanese, developing games, reading personal development books, and running.

Updated on September 18, 2022

Comments

  • Jorge Luque
    Jorge Luque almost 2 years

    I'm looking for a way to launch 64-bit programs in a Chinese, Japanese, and Russian locale without changing my current system locale (which is English). With Microsoft's AppLocale I was able to launch 32-bit programs in any locale but AppLocale doesn't launch 64-bit programs in a locale different to the system locale.

    I currently use Windows 8.1 x64

  • Jorge Luque
    Jorge Luque about 9 years
    It works but that means that I have to create at least 3 extra accounts on my PC that I will never use
  • NetVicious
    NetVicious about 9 years
    Yes I know. But until Microsoft don't updates the AppLocale application it's the only solution I found.
  • Jorge Luque
    Jorge Luque about 8 years
    The official site for Locale Emulator xupefei.github.io/Locale-Emulator says It works on 64-bit OS but not on 64-bit programs. So it's the same problem as with AppLocale
  • antak
    antak about 5 years
    Where's the "Run as a different user" option? In the Start Menu, it's shown when right you click the program, and in Explorer if you Shift+Right click the executable. (You've mentioned this your other answer but not this one.)
  • NetVicious
    NetVicious about 5 years
    Changed, thx ;-)