如何使用 C#.net 将多个资源文件合并为单个资源文件?
How can i merge multiple resource file into single resource file using C#.net?
我有很多 resx 文件,例如:
1. test1.resx
2. test2.resx
3.test3.resx
我想要 Merge.resx,其中包含(test1、test2 和 test3)的所有数据和值。
在此先感谢大家。
我猜您正在寻找 ProjectCode 站点中描述的合并实用程序。
为方便起见,请提供该文章的 URL 和该工具的源代码
https://www.codeproject.com/Articles/37022/Solving-the-resx-Merge-Problem
我有很多 resx 文件,例如: 1. test1.resx 2. test2.resx 3.test3.resx
我想要 Merge.resx,其中包含(test1、test2 和 test3)的所有数据和值。
在此先感谢大家。
我猜您正在寻找 ProjectCode 站点中描述的合并实用程序。 为方便起见,请提供该文章的 URL 和该工具的源代码 https://www.codeproject.com/Articles/37022/Solving-the-resx-Merge-Problem