I need to set my application's culture through an App.Config file, so that "pt-BR" is used automatically for parsing dates without the need to manually inform the culture for each operation.
As far as I know, there's a globalization
section that can be defined inside the system.web
section in a Web.Config file, but I'm running a console application and I can't figure this out.
Any idea?