简体   繁体   中英

wix installer change ui language

Since the default language for the WiX installler UI is english, I'd like to change to another langue like german or something. I'm sure the must be some predefined langue packs, coming with the toolkit?

Is there a way can I change the language of the WiXs default installer UI?

(I am using the Visual Studio (2012) Addin)

You can simply add a parameter to the WiX linker ( light.exe ): -cultures:culture-code You can find all culture codes here .

When using Viual Studio simply open the project properties and add the -cultures:culture-code to the linkers parameters:

在此输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM