Skip to main content

Localization Class

Object that represents a localization file.

Methods

MethodDescription
UpdateLocation(location)Updates the location, if the location is a higher state than the current state.

Properties

PropertyDescription
CodepageGets the codepage.
CultureGets the culture.
LocalizedControlsGets the localized controls.
LocationGets the location the localization came from.
SummaryInformationCodepageGets the summary information codepage.
VariablesGets 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

ParameterTypeDescription
locationLocalizationLocationLocation 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; }