Edit

Share via


LocalizedString Class

Definition

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.

Applies to