Visual Studio 安装项目中的本地化许可协议?
我在安装项目中使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 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.