LocalizedString Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This class represents a localized string.
public ref class LocalizedString
public class LocalizedString
type LocalizedString = class
Public Class LocalizedString
- Inheritance
-
LocalizedString
Remarks
A localized string is identified by a localeId (LCID) and its value. LocaleID assigned microsoft are defined in the following location: http://msdn.microsoft.com/en-us/goglobal/bb964664.aspx.
Constructors
LocalizedString(Int64, String) |
Creates an instance of the LocalizedString class. |
LocalizedString(String) |
Creates an instance of the LocalizedString class for US-English language with LCID value 1033. |
Properties
LCID |
Gets the Locale Id for the string. |
Value |
Gets the value of the string. |