Culture Members
The Culture class represents an e-mail culture.
The following tables list the members exposed by the Culture type.
Public Properties
Name | Description | |
---|---|---|
Default | The Default property gets a Culture object that represents the default culture for the current process. | |
Description | The Description property gets the English language description, if it is available, of the culture represented by this Culture object. | |
Invariant | The Invariant property gets the Culture object that represents the invariant culture. | |
LCID | The LCID property gets the locale ID of the culture represented by this Culture object. | |
MimeCharset | The MimeCharset property gets a read-only Charset object that represents the preferred MIME character set for the culture represented by this Culture object. | |
Name | The Name property gets the RFC1766 name of the culture represented by this Culture object. | |
NativeDescription | The NativeDescription property gets the description, if available, in the native language of the culture that this Culture object represents. | |
ParentCulture | The ParentCulture property gets the parent culture for the culture that this Culture object represents. | |
WebCharset | The WebCharset property gets the preferred Web character set for the culture that this Culture object represents. | |
WindowsCharset | The WindowsCharset property gets the Windows character set for the culture that this Culture object represents. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetCulture | Overloaded. The GetCulture method overloads return a specified culture. | |
GetCultureInfo | The GetCultureInfo method returns the CultureInfo object, if available, for the culture that this Culture object represents. | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) | |
TryGetCulture | Overloaded. The TryGetCulture method overloads attempt to get a Culture object that corresponds to a specified culture. TryGetCulture does not throw an exception if it fails. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top