如何将 .resource 文件包含到程序集中?

发布于 2024-12-07 13:01:41 字数 174 浏览 0 评论 0原文

我有几个已编译的资源文件(myProg.en_US.resource、myProg.de_DE.resource 等),当前在运行时使用 ResourceManager.CreateFileBasedResourceManager() 加载。 我想修改它并将资源嵌入到程序集中。这怎么能做到呢? MSDN 仅提及 .resx 文件。

I have a couple of compiled resource files (myProg.en_US.resource, myProg.de_DE.resource and so on) which are currently loaded during runtime using ResourceManager.CreateFileBasedResourceManager().
I want to modify that and embed the resources into the assembly. How can this be done? MSDN only speaks of .resx-files.

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

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

发布评论

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

评论(1

无人问我粥可暖 2024-12-14 13:01:41

单击解决方案资源管理器中的文件,然后找到其属性。有一个项目称为构建操作。您可以选择“嵌入资源”选项在此处输入图像描述

Click the file in solution explorer, then find it's properties. there is an item called build action. You can choose the option "embedded resource"enter image description here

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