ローカリゼーションに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"