LocalizedString Members
Include Protected Members
Include Inherited Members
This class represents a localized string.
The LocalizedString type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LocalizedString(String) | Creates an instance of the LocalizedString class for US-English language with LCID value 1033. | |
LocalizedString(Int64, String) | Creates an instance of the LocalizedString class. |
Top
Properties
Name | Description | |
---|---|---|
LCID | Gets the Locale Id for the string. | |
Value | Gets the value of the string. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top