I want to set default culture info for that class or for entire application.
For example in Turkey 3,2 = in english 3.2
so application uses my local but i want it to use as default
System.Globalization.CultureInfo.InvariantCulture
How can i set it to that as default for that specific class or for entire application