为烧录引导程序进行本地化

时间:2013-08-20 09:33:15

标签: c# wpf localization wix burn

我在CustomUi.dll中刻录了bootstrapper和ui。我将Resources.resx用于默认文化,将Resource.ln.resx用于其他语言。我在xaml中使用它像这样:

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

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

1 个答案:

答案 0 :(得分:3)

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