Wix 本地化文件更改输出目录
我已将 en-us.wxl 文件添加到我的项目中。目前我不想将其本地化。 我只想将所有 ui 字符串保存在一个文件中。我希望能够替换某些对话框中的标准文本,而不替换整个对话框。
例如,将 WaitForCosting.dlg 中的按钮文本从“返回”更改为“继续”。
但是当我重建项目时,我想知道输出目录发生了变化。在“TargetPath”属性中添加了区域性名称,例如从“Release/setup/”到“Release/setup/en-us”。
那不是我需要的。 我如何返回目标路径而不返回文化名称?我在谷歌上没有找到答案。
I've added en-us.wxl file to my project. At the moment I do not want to localize it.
I just want to keep all ui strings in one file. And i want to be able to replace the standard text in some dialog without replacing the entire dialog.
For example, change button text in WaitForCosting.dlg from "Return" to "Continue".
But when i rebuild my project, i wondered that output directory changed. In "TargetPath" property was added culture name, like from "Release/setup/" to "Release/setup/en-us".
That's not what i need.
How i can return target path without culture name back? I found no answer in google.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将 WixLocalization/@Culture 属性设置为空字符串。
Set the WixLocalization/@Culture attribute to an empty string.