I have a desktop app in VS2010, I have defaulted culture to en-US in config file. Problem is: some of my app users have English (United States) but date format is dd/MM/yyyy wherein my app expect it to be in M/d/yyyy (as per US format). This is causing an issue to application.
Is it possible to mention format as M/d/yyyy in config file or any better work around? I had not expected to have non-US format when region is set to US.
Nikunj