“Run Custom Tool” for resx files in MVC2 project (from an external application/script)
问题 I am trying to get the localization for my MVC project working with our existing infrastructure for editing string resources. We store all our resource string in database tables and have a front end web UI to edit them with, and an export application which generated the .resx files. This all works great, but I am having a little difficulty with a new project using MVC2 and VS2010. I have asked another question on this, the answer to which almost got me there, but not quite. I have now changed