CultureInfoStatic
Provides a set of static methods retrieve CultureInfo objects.
Public:
Types:
Properties:
Name | Description |
---|
CurrentCulture (get) |
Returns the current culture associated with this machine.
|
CurrentCulture (set) |
Sets the current culcture associated with this machine.
|
CurrentUICulture (get) |
Returns the culture for the current thread.
|
InstalledUICulture (get) |
Returns the culture for the current systems language.
|
InvariantCulture (get) |
Returns a ReadOnly version of the invariant culture.
|
Methods:
Remarks
This class cannot be instantiated. In order to access the methods use the variable name directly.
Dim Cultures() As CultureInfo
Cultures = CultureInfo.GetCultures(AllCultures)
See Also
Project CorLib Overview
Class CultureInfoStatic Overview
CultureInfo