CultureInfoStatic

CultureInfoStatic


Provides a set of static methods retrieve CultureInfo objects.

Remarks

This class cannot be instantiated. In order to access the methods use the variable name directly.

 Dim Cultures() As CultureInfo
 Cultures = Culture.GetCultures(AllCultures)
 

See Also

Project VBCorLib Overview | CultureInfo

Public:

Types:

NameDescription
 CultureTypes A list of culture type filters used in GetCultures.  

Properties:

NameDescription
 CurrentCulture (get) Returns the current culture 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:

NameDescription
 GetCultures Returns a set of CultureInfo objects.  
 ReadOnly Returns a ReadOnly wrapped CultureInfo object.