Skip to main content

Do You Speak English?

The languages below are currently supported by WiX (to see the status of other languages, visit the localization project page). Make sure you specify both the correct language and codepage codes in both your Product and Package tags; without the proper language settings, you might see error messages to pop up unexpectedly in a language different from the base language of your installer, and without the proper codepage, accented or non-Latin letters might not appear at all.

LanguageStatusLanguage & CountryLocalization fileLanguageCodepage
Chinese, traditionalChinese, traditionalfinishedzh-twWixUI_zh-tw.wxl1028950
CzechCzechreleasedcs-cz10291250
DanishDanishfinishedda-dkWixUI_da-dk.wxl10301252
DutchDutchreleasednl-nl10431252
EnglishEnglishreleaseden-usWixUI_en-us.wxl*10331252
FrenchFrenchreleasedfr-fr10361252
GermanGermanreleasedde-deWixExt_de-de.wxl10311252
HungarianHungarianreleasedhu-huWixUI_hu-hu.wxl*10381250
ItalianItalianreleasedit-it10401252
JapaneseJapanesereleasedja-jp1041932
PolishPolishreleasedpl-pl10451250
RomanianRomanianfinishedro-roWixUI_ro-ro.wxl10481250
RussianRussianreleasedru-ru10491251
SlovakianSlovakianfinishedsk-skWixUI_sk-sk.wxl10511250
SpanishSpanishreleasedes-esWixExt_es-es.zip30821252
UkrainianUkrainianreleaseduk-uaWixExt_uk-ua.wxl10581251

* We also offer alternative, cleaner, more fluent, easier-to-understand translations instead of some localization files in the released package. They differ in some places from the usual wording used by Microsoft in their installations but, in our personal opinion, they use simpler and better language. You are completely free to check them out and decide which one you want to use in your install packages.

Released languages are compiled into the WixUI extension library. To use them, simply provide the name of the culture. If you use the integrated environment, there is a Cultures field in the project properties dialog where you can specify the same. If you specify more than one culture identifier in a comma delimited list, a separate installer will be created for all of them.

candle.exe SampleWixUI.wxs
light.exe -ext WixUIExtension -cultures:fr-fr SampleWixUI.wixobj

Finished languages (those waiting their approval for release) or alternative language files (either downloaded from the table above or your own) can be specified directly on the command line. In the integrated environment all you need to do is to include the .wxl file among your source files, the appopriate installer will be created automatically.

candle.exe SampleWixUI.wxs
light.exe -ext WixUIExtension -loc path/WixUI_hu-hu.wxl -out SampleWixUI.msi SampleWixUI.wixobj