Visual Studio - Tool to replace hard coded strings with resources

前端 未结 7 639
终归单人心
终归单人心 2021-01-02 22:07

I have a big ASP.NET project full of hard coded strings, that now have to be extracted to resources. Such strings can be found almost anywhere (in .cs files, .aspx files, .a

7条回答
  •  情话喂你
    2021-01-02 22:44

    VisualStudio lets you search and replace with RegEx. It won't be the "fix all in one shot" solution, but it should cut back on the amount manual work significantly.

    Just a thought.

提交回复
热议问题