Visual Studio 安装项目中的本地化许可协议?

发布于 2024-09-01 09:38:00 字数 236 浏览 4 评论 0原文

我在安装项目中使用 VS2005 内置的许可协议 UI 表单添加了 EULA。

此表单有一个 LicenseFile 属性,您可以将其设置为显示 EULA 的 RTF 文件。

假设我有许多翻译后的 RTF,如何使显示的 EULA 指向本地化到用户的 Windows CurrentCulture 设置的相应 RTF?

我看过一些关于 WiX 的文章,但此时我需要坚持使用当前的安装设置。

谢谢!

I've added a EULA using VS2005's built in License Agreement UI form in a Setup Project.

This form has a LicenseFile property that you set to an RTF file that displays the EULA.

Assuming I have a number of translated RTFs, how can I make the EULA that is displayed point to the appropriate RTF localized to the user's Windows CurrentCulture settings?

I've seen some articles on WiX but at this point I need to stick with our current installation setup.

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

仅此而已 2024-09-08 09:38:00

在 VS 中,您必须为您支持的每种语言创建一个设置。如果 VS 允许您本地化您的设置,那么它不支持多语言设置。因此,如果您对每种语言都有特定的设置,则必须在每个设置中引用正确翻译的许可证 RTF。

In VS you have to create a setup for each language you support. If VS enables you to localize your setup it doesn't support multilanguage setups. Therefore, if you have a specific setup for each language you have to reference the right translated licence RTF in each setup.

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