为所有页面生成本地资源
有什么方法或技巧可以自动为 Visual Studio 2010 中的所有页面生成本地资源吗? 我有大约 500 个页面和用户控件。很难为每个页面逐一生成资源。 有任何附加组件或扩展吗? 沙欣。
Is There Any Way or trick to generate local resource for all pages in visual studio 2010 automatically?
I have about 500 pages and UserControls. its hard to generate resource for every page one by one.
is there Any Add on or extension for this?
shaahin.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
写个剧本行不行?资源文件只不过是一个 XML 文件。
Write a script, no? A resource file is nothing but an XML file.
按照 中的建议编写宏是否可以运行 '以编程方式生成本地资源工具?
也来自 http ://www.guysmithferrier.com/post/2009/05/Localizing-ASPNET-MVC.aspx :
将 HTML 控件转换为等效的 ASP.NET 服务器端控件。如果这是您的计划,那么您应该查看下载中的 I18NRefactorings(免费 DXCore 的插件)http://www.dotneti18n.com/Downloads.aspx(2010 zip 中的文件夹 VS2010/ASPNETSpecifics/I18NRefactorings/I18NRefactorings)将有助于自动化此过程。
Write a macro as suggested in Is it possoble to run 'Generate Local Resources Tool' programmatically?
Also from http://www.guysmithferrier.com/post/2009/05/Localizing-ASPNET-MVC.aspx :
Convert your HTML controls to equivalent ASP.NET server side controls. If this is your plan then you should take a look at the I18NRefactorings (an add-in for the free DXCore) in the download at http://www.dotneti18n.com/Downloads.aspx (folder VS2010/ASPNETSpecifics/I18NRefactorings/I18NRefactorings in the 2010 zip) that will help automate this process.