添加两个 resx 文件的上下文

发布于 2024-08-10 02:19:59 字数 101 浏览 2 评论 0原文

您知道有什么工具可以合并两个或多个 resx 文件的内容吗?在项目开发之初,我决定为应用程序中的每个控制器使用一个 resx 文件,但现在我决定只使用一个文件。是否可以?它们仅包含字符串。

Do you know any tools to merge content of two or more resx files? At the beginning of my project development, I decided to use one resx file for every Controller in application, but now I decided to use only one file. Is it possible? They contain only strings.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

握住你手 2024-08-17 02:19:59

在任何文本编辑器中打开它们,然后将其他文件中的定义复制到您想要保留的文件中。它们只是 XML 文件,没什么特别的。

Open them in any text editor and copy out definitions from the other files into the one you intend to keep. They're just XML files, nothing special.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文