Our WebForm ASP.NET application contains about 60 of .aspx and .ascx files. Is there any tool to generate (for the first time) their local resource files?
I know how to use the built-in tool in Visual Studio (2019, Community Ed.) -- you switch the page to the design mode, and then Tools -- Generate Local Resources. I am also aware that it modifies the sources by inserting meta:resourcekey
.
Is there a tool that can do that for all pages of the application at once?