Is there any way to change the Windows locale only for a particular program?

I have one or two programs that don't work correctly for non-English (U.S.) locales and would like to work around theirs bugs without changing my user-wide locale settings.

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

Here is a a bit of a hack that might do it. I believe these settings are configured on a per users basis so I'm guessing you could:

  • create a new user
  • log in as that user
  • setup the required settings for the app
  • log out and back in as your normal user
  • run the program as the newly created user (you can do this by right clicking the exe and chosing "run as")
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.