wix安装程序更改ui语言 [英] wix installer change ui language

查看:120
本文介绍了wix安装程序更改ui语言的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

由于WiX安装程序UI的默认语言是英语,因此我想更改为另一种语言,例如德语或其他语言.我确定工具包中一定有一些预定义的语言包吗?

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?

是否可以更改WiXs默认安装程序UI的语言?

(我正在使用Visual Studio(2012)插件)

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

推荐答案

您只需将参数添加到WiX链接器( light.exe ):-cultures:culture-code 您可以在此处找到所有文化代码.

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

使用Viual Studio时,只需打开项目属性并将-cultures:culture-code添加到链接器参数:

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

这篇关于wix安装程序更改ui语言的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆