Skip to 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.0+41e11442b2ca93e444b60213b5ae99dcbab787d8

UpdateLocation(location) Method {#updatelocation_location}

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 {#codepage}

Gets the codepage.

Declaration

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

Culture Property {#culture}

Gets the culture.

Declaration

public string Culture { get; set; }

LocalizedControls Property {#localizedcontrols}

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 {#location}

Gets the location the localization came from.

Declaration

public LocalizationLocation Location { get; set; }

SummaryInformationCodepage Property {#summaryinformationcodepage}

Gets the summary information codepage.

Declaration

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

Variables Property {#variables}

Gets the variables.

Declaration

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