通过代码而不是手动编辑已部署应用程序上的 .resx 文件

发布于 2024-08-12 06:21:12 字数 170 浏览 4 评论 0原文

我部署了一些应用程序,这将有助于从应用程序内的表单编辑 .resx 文件中的文本。

然后,这些应用程序的客户可以自定义欢迎消息等内容。

一种方法是通过数据库,但这会阻碍我的 resx 文件的多语言能力。

有没有办法通过代码编辑它,或者只能通过手动编辑文件来编辑 resx 文件。

I have a few applications deployed which would benefit the ability to edit the text in the the .resx files from forms within the application.

Things like welcome messages could then be customised by the clients of these applications.

One way to do this would be through a database but this would stump my the multilingual ability of the resx files.

Is there a way to edit this through code or can resx files only be edited through editing the file manually.

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

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

发布评论

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

评论(1

尘曦 2024-08-19 06:21:12

类似的讨论可以在这里找到:

用于编辑 .resx 文件的 ASP.NET 组件

similar discussion can be found here:

ASP.NET component to edit .resx files

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