gpt4 book ai didi

user-interface - 是否可以将变量传递给 WIX 本地化文件?

转载 作者:行者123 更新时间:2023-12-03 21:16:02 25 4
gpt4 key购买 nike

我需要在 WIX 本地化文件 WIXUI_en-us.wxl 中使用变量。
我试过像这样使用它:

<String Id="Message_SomeVersionAlreadyInstalled" Overridable="yes">A another version of product $(var.InstallationVersionForGUI) is already installed</String>

但它不起作用。当我声明属性(property)并以这种方式使用它时:
<String Id="Message_SomeVersionAlreadyInstalled" Overridable="yes">A another version of product [InstallationVersionForGUI] is already installed</String >

也不起作用。

我哪里错了?

感谢您的帮助和您的时间。

最佳答案

本地化字符串在链接时处理,因此您不能使用 $(var) 预处理器变量。支持使用 [property] 引用,只要使用本地化字符串的地方支持运行时格式(例如,使用 Formatted 字段类型)。

关于user-interface - 是否可以将变量传递给 WIX 本地化文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6827931/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com