M HYPE SPLASH
// updates

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

By Emma Payne

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

2 Answers

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.
4

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

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

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy