Skip to content

Localization Class

Object that represents a localization file.

MethodDescription
UpdateLocation(location)Updates the location, if the location is a higher state than the current state.
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.0+41e11442b2ca93e444b60213b5ae99dcbab787d8

Updates the location, if the location is a higher state than the current state.

public Localization UpdateLocation(
LocalizationLocation location
)
ParameterTypeDescription
locationLocalizationLocationLocation to update to.

Localization This localization object.

Gets the codepage.

public System.Nullable<System.Int32> Codepage { get; set; }

Gets the culture.

public string Culture { get; set; }

Gets the localized controls.

public System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair`2<System.String,WixToolset.Data.LocalizedControl>> LocalizedControls { get; set; }

Gets the location the localization came from.

public LocalizationLocation Location { get; set; }

Gets the summary information codepage.

public System.Nullable<System.Int32> SummaryInformationCodepage { get; set; }

Gets the variables.

public System.Collections.Generic.ICollection<WixToolset.Data.Bind.BindVariable> Variables { get; set; }