本文介绍了如何从WPF项目中删除本地化信息?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 在编译我的项目时,编译器会在大约10个文件夹(ko,jp,de,en,es等)中生成一些文件夹,其中充满了本地化资源.据我所知,在Winforms中,这是在您将Form设置为可本地化时发生的.有人可以告诉我在哪里可以找到将其关闭的开关吗?非常感谢 Seb 解决方案 Hi,when compiling my project, the compiler generates somewhere around 10 folders (ko, jp, de, en, es,...) which are stuffed with localization resources. In Winforms, as far as I recall, this happened when you set your Form localizable...Can anybody tell me where I can locate the switch that turns this off?Thanks a lot in advanceSeb 解决方案 这篇关于如何从WPF项目中删除本地化信息?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!
10-18 14:15