1

我在 CustomUi.dll 中为它刻录了引导程序和 ui。我为默认文化添加 Resources.resx,为其他语言添加 Resource.ln.resx。我像这样从 xaml 使用它:

 xmlns:res="clr-namespace:CustomUi.Properties"
 x:Static res:Resources.Break_Installation

但是当我不以默认语言执行 Bootstrapper.exe 时,我会得到默认本地化。我做错了什么?

4

1 回答 1

3

就这样做吧!有必要将此字符串添加<Payload Name="de\CustomUi.resources.dll" SourceFile="Lib\de\CustomUi.resources.dll"/>到 bundle.wxs

于 2013-08-20T11:33:55.907 回答