Skip to main content
Version: v3

WixLocalization Element (Wixloc Extension)

Description
None
Windows Installer references
None
Parents
None
Inner Text
None
Children
Choice of elements (min: 0, max: unbounded)
  • String (min: 0, max: unbounded)
  • UI (min: 0, max: unbounded)
Attributes
NameTypeDescriptionRequired
CodepageStringThe 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. 
CultureStringCulture of the localization strings. 
LanguageIntegerThe decimal language ID (LCID) for the culture. 
Remarks

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 Tos and Examples
See Also
Wixloc Schema