【问题标题】:How can i merge multiple resource file into single resource file using C#.net?如何使用 C#.net 将多个资源文件合并到单个资源文件中?
【发布时间】:2017-10-23 06:52:18
【问题描述】:

我有很多 resx 文件,例如: 1.test1.resx 2.test2.resx 3.test3.resx

我想要 Merge.resx,其中包含 (test1、test2 和 test3) 的所有数据和值。

在此先感谢大家。

【问题讨论】:

    标签: xml c#-4.0 c#-3.0 resx vsix


    【解决方案1】:

    我猜您正在寻找 ProjectCode 网站中描述的合并实用程序。 为方便起见,提供该文章的 URL 和该工具的源代码 https://www.codeproject.com/Articles/37022/Solving-the-resx-Merge-Problem

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-07-29
      • 1970-01-01
      • 1970-01-01
      • 2014-10-27
      • 1970-01-01
      相关资源
      最近更新 更多