Localization Class
Object that represents a localization file.
Properties
Property | Description |
---|---|
Codepage | Gets the codepage. |
Culture | Gets the culture. |
LocalizedControls | Gets the localized controls. |
SummaryInformationCodepage | Gets the summary information codepage. |
Variables | Gets the variables. |
WixToolset.Data.dll
version 4.0.2+644ed0118bae1aa885bb6cc906dc6c0b904de4d9
Codepage Property
Gets the codepage.
Declaration
public System.Nullable<System.Int32> Codepage { get; set; }
Culture Property
Gets the culture.
Declaration
public string Culture { get; set; }
LocalizedControls Property
Gets the localized controls.
Declaration
public System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair`2<System.String,WixToolset.Data.LocalizedControl>> LocalizedControls { get; set; }
SummaryInformationCodepage Property
Gets the summary information codepage.
Declaration
public System.Nullable<System.Int32> SummaryInformationCodepage { get; set; }
Variables Property
Gets the variables.
Declaration
public System.Collections.Generic.ICollection<WixToolset.Data.Bind.BindVariable> Variables { get; set; }