在 ASP.net 中将文本从项目移动到资源文件 (*.resx) 的快速方法
我正在致力于本地化 ASP.net 项目。我已经加入了一半,现在我需要将所有文本从 *.aspx 和 *.aspc 文件移动到资源文件。
该项目确实很大,视图中有大约 488 个文件。将它们快速放入资源文件的最佳方法是什么?
I am working on localizing a ASP.net project. I have joined half way and now I need to move all the text from the *.aspx and *.aspc files to resource files.
The project is really big and there are about 488 files in views. What would be the best way to get them into the resource files and fast?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想你可以尝试CodeRush插件,有一个免费版本。
我以前用过,很方便。但是,我找不到批量完成这项工作的方法。
还有其他可用的工具,请参见下文。
Code Rush 插件
资源重构工具
I think you can try CodeRush plugin, there is a free version.
I have ever used it before, it is convenient. However, I cannot find a way to batch do the job.
There are other tools available too, see below.
Code Rush plugin
Resource Refactoring tool