Is it possible to generate(programmatically) resources names from aspx/ascx files without using the Visual Studio tool(Generate local resources)? I don't need to have .resx files, what I want is how to get full resoures names(I mean resource.property e.g.TextBoxResource1.ToolTip).
Asked
Active
Viewed 137 times
1 Answers
0
See Visual Studio - Tool to replace hard coded strings with resources. and Generate Local Resource for all pages In particular try http://resourcerefactoring.codeplex.com/

Community
- 1
- 1

Michael Freidgeim
- 26,542
- 16
- 152
- 170