I have a badly written third-party Windows application that only works correctly if the decimal separator and thousands grouping characters are set to the values typical for English, i.e. point for decimal, comma for thousands. This application is used by a number of users with different user locales, some of which (e.g. German) swap these characters for each other.
Is there a way to run this application with its desired locale configuration, without changing it globally and so that the user does not have to do anything difficult?
I have found things like AppLocale and Locale Emulator, but they appear a bit too broad for my purpose – I don't want to change the whole language etc., just the two characters.
Thanks for any advice.