Can I Start particular program with different language settings in Windows
- Create a new local user. (If the application you need in a different language needs administrator rights you should add the user to the local administrators group).
- Log in with that user and change the Windows language of that account to English.
- 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)
You can create a batch with the RunAS command if you want ;-)
%comspec% runas /profile /user:yourotheruser "the_application_you_want_ to_run_in_english"
Locale Emulator works well on Windows 10 1809. I can run non-Unicode Simplified Chinese games on Windows with system locale set to Traditional Chinese with Locale Emulator!
I would suggest trying Microsoft's AppLocale.
It allows you to start a program using a different language.
Please note that because you are using Windows 7, you have to install it using an elevated command prompt. Instructions for installing AppLocale in Windows 7 can be found here.