System.Globalization Namespace CultureInfo Class
Gets the CultureInfo that is culture-independent ( invariant ).
[ VB ]
public Shared ReadOnly Property InvariantCulture As CultureInfo
[ C# ]
public static CultureInfo InvariantCulture {get;}
[ C++ ]
public: __property static CultureInfo* get_InvariantCulture ( );
[ JScript ]
static function get InvariantCulture ( ) : CultureInfo;
The CultureInfo that is culture-independent ( invariant ).
The invariant culture is culture-insensitive. You can specify the invariant culture by name using an empty string ( "" ). InvariantCulture retrieves an instance of the invariant culture. It is associated with the English language but not with any country/region. It can be used in almost any method in the Globalization namespace that requires a culture. The invariant culture must be used only by processes that require culture-independent results, such as system services; otherwise, it produces results that might be linguistically incorrect or culturally inappropriate.
CultureInfo Members CurrentCulture CurrentUICulture InstalledUICulture Parent IsNeutralCulture