通过代码而不是手动编辑已部署应用程序上的 .resx 文件
我部署了一些应用程序,这将有助于从应用程序内的表单编辑 .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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
类似的讨论可以在这里找到:
用于编辑 .resx 文件的 ASP.NET 组件
similar discussion can be found here:
ASP.NET component to edit .resx files