How do you mimic a UK server on a VM?
- by Strop
The product I'm working on has both a US and UK version. We have a service that is not picking up the correct resx file on our UK test server. After tracking it down through code, we have the correct CurrentCulture set up to "en-GB" but the CurrentUICulture is still "en-US".
Obviously we don't have something set correctly. How do you correctly set up an UK VM from the US?