I have some windows services running on an Windows 2008R2 server. My system locale on that server is English (US).
Is there any way you can force a windows services to use a specific locale (without changing the system locale)?
For example, services #1 I want to force it to use locale Japanese because it needs the Japanese locale to do the windows code page. Services #2 I want to force it to use Chinese (smplified).
Is this possibly without changing anything in windows services code?
I find some tips online about using a user account(that has a specific locale set) to run the windows service. I'm not sure how to do that.
Thank you.