Set Culture Invariant for whole application(thread) Point '.' instead of ','
问题 I have this application which requires the user to introduce some prices etc. working with dataGridViews also to display. The problem is that on certain computers the '.' this is treated as ',' I managed to get some TextBox leave event to and set the Invariant Culture for it but is useless as im using dataGridViews to display and also ReportViewer I also have a code that converts numbers to text and with this problem my application is worthless in current state with this Culture problem so I