Skip to main content
Version: v3

UI Element (Wixloc Extension)

Description
Allows a localization to override the position, size, and text of dialogs and controls. Override the text by specifying the replacement text in the inner text of the UI element.
Windows Installer references
None
Parents
WixLocalization
Inner Text (xs:string)
This element may have inner text.
Children
None
Attributes
NameTypeDescriptionRequired
ControlStringCombined with the Dialog attribute, identifies the control to localize. 
DialogStringIdentifies the dialog to localize or the dialog that a control to localize is in. 
HeightIntegerFor a dialog, overrides the authored height in dialog units. For a control, overrides the authored height of the rectangular boundary of the control. This must be a non-negative number. 
LeftScrollLocalizationYesNoTypeSet this attribute to "yes" to cause the scroll bar to display on the left side of the Control. Not valid for a dialog. 
RightAlignedLocalizationYesNoTypeSet this attribute to "yes" to cause the Control to be right aligned. Not valid for a dialog. 
RightToLeftLocalizationYesNoTypeSet this attribute to "yes" to cause the Control to display from right to left. Not valid for a dialog. 
WidthIntegerFor a dialog, overrides the authored width in dialog units. For a control, overrides the authored width of the rectangular boundary of the control. This must be a non-negative number. 
XIntegerFor a dialog, overrides the authored horizontal centering. For a control, overrides the authored horizontal coordinate of the upper-left corner of the rectangular boundary. This must be a non-negative number. 
YIntegerFor a dialog, overrides the authored vertical centering. For a control, overrides the authored vertical coordinate of the upper-left corner of the rectangular boundary of the control. This must be a non-negative number. 
See Also
Wixloc Schema