Schema for describing Windows Installer Xml Localization files (.wxl). You can specify any valid Windows code page by integer like 1252, or by web name like Windows-1252 or iso-8859-1. See Code Pages for more information. How To: Build a localized version of your installer How To: Make your installer localizable The code page integer value or web name for the resulting database. You can also specify -1 which will not reset the database code page. See remarks for more information. Culture of the localization strings. The decimal language ID (LCID) for the culture. How To: Build a localized version of your installer How To: Make your installer localizable Identity of the resource. Determines if the localized string may be overridden. Indicates whether the string is localizable text or a non-localizable string that must be unique per locale. No WiX tools are affected by the value of this attribute; it used as documentation for localizers to ignore things like GUIDs or identifiers that look like text. 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. Identifies the dialog to localize or the dialog that a control to localize is in. Combined with the Dialog attribute, identifies the control to localize. For 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. For 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. For 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. For 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. Set this attribute to "yes" to cause the Control to display from right to left. Not valid for a dialog. Set this attribute to "yes" to cause the Control to be right aligned. Not valid for a dialog. Set this attribute to "yes" to cause the scroll bar to display on the left side of the Control. Not valid for a dialog.