0

我正在使用 C# WPF 编写本地化项目,但是在创建安装程序文件本地化项目时它不起作用。安装并启动程序后,并没有改变本地化,就像改变语言一样,例如在组合框中放置了一个语言选择器,但改变不会改变语言。但是当它的安装文件尚未制作时,在 Debug 或 Release 模式下,它运行良好。

4

1 回答 1

0

I had the same problem. In my case msi installer didn't include all files needed for localization. That were files bin\<language>\<assembly name>.resources.dll. Once I added them localization started work well after installation.

于 2013-12-07T18:19:47.690 回答