我正在使用http://wpflocalizeextension.codeplex.com进行本地化并具有以下页面。
<Window xmlns:lex="http://wpflocalizeextension.codeplex.com"
lex:LocalizeDictionary.DesignCulture="en"
lex:ResxLocalizationProvider.DefaultAssembly="AssemblyTestResourceLib"
lex:ResxLocalizationProvider.DefaultDictionary="Strings">
<!-- Some controls -->
</Window>
有谁知道如何更改后面代码中的属性?
ResxLocalizationProvider.DefaultDictionary="Strings"
即到
ResxLocalizationProvider.DefaultDictionary="OtherStrings"