Localization Class
Object that represents a localization file.
Methods
Method | Description |
---|---|
UpdateLocation(location) | Updates the location, if the location is a higher state than the current state. |
Properties
Property | Description |
---|---|
Codepage | Gets the codepage. |
Culture | Gets the culture. |
LocalizedControls | Gets the localized controls. |
Location | Gets the location the localization came from. |
SummaryInformationCodepage | Gets the summary information codepage. |
Variables | Gets the variables. |
WixToolset.Data.dll
version 5.0.1+2f00cbe680fb01ab485d56f16de9cd19b133f875
UpdateLocation(location) Method
Updates the location, if the location is a higher state than the current state.
Declaration
public Localization UpdateLocation(
LocalizationLocation location
)
Parameters
Parameter | Type | Description |
---|---|---|
location | LocalizationLocation | Location to update to. |
Return value
Localization
This localization object.
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; }
Location Property
Gets the location the localization came from.
Declaration
public LocalizationLocation Location { 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; }