I know under Linux it's pretty easy to just change e.g. LC_NUMERIC for a single invocation:
LC_NUMERIC=de_DE ./app
Is there a similar way for doing that under Windows for a single application? I don't want change the locale for my whole system.
For details, it's about Songbird which has locale bug when displaying numbers. Until there's a fix I would like just to switch the locale for that application only.