CultureInfoStatic

CultureInfoStatic


Provides a set of static methods retrieve CultureInfo objects.


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.  
 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:

NameDescription
 GetCultures Returns a set of CultureInfo objects.  
 ReadOnly Returns a read-only wrapper around the specified CultureInfo.  

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