Wix 本地化文件更改输出目录

发布于 2024-11-04 21:00:37 字数 295 浏览 0 评论 0原文

我已将 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

北凤男飞 2024-11-11 21:00:37

将 WixLocalization/@Culture 属性设置为空字符串。

Set the WixLocalization/@Culture attribute to an empty string.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文