wix installer change ui language

纵饮孤独 提交于 2019-12-22 09:15:27

问题


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)


回答1:


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:



来源:https://stackoverflow.com/questions/12407003/wix-installer-change-ui-language

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!