I'm looking at 1000s of code setting the CultureInfo for ToString and number conversions and date usages. The application is only used on one server, in one town, by one monolingual office and isn't going to move to another country ever.
I think these got there from following misplaced FxCop advice about internationalization.
Is there any reason to set the CultureInfo in this type of scenario? I'm I missiny any unusually reason for this?
UPDATE:
If there is a reason for this, new code should copy this convention of spamming the code with CultureInfo references.