Y
Yofnik
Hello,
A C# desktop application is failing for an international customer
because dates are being parsed incorrectly. I need to set the culture
to "en-US" so the dates parse correctly. Is there any way to set the
culture information in a property setting so the application will work
for them without requiring a code change?
This is possible in ASP.NET by using the <globalization> setting in
the Web.config file. Is there something similar that can go in the
app.config for a desktop application?
Any other suggestions for a quick resolution without requiring a
change to the code?
Thanks
A C# desktop application is failing for an international customer
because dates are being parsed incorrectly. I need to set the culture
to "en-US" so the dates parse correctly. Is there any way to set the
culture information in a property setting so the application will work
for them without requiring a code change?
This is possible in ASP.NET by using the <globalization> setting in
the Web.config file. Is there something similar that can go in the
app.config for a desktop application?
Any other suggestions for a quick resolution without requiring a
change to the code?
Thanks