We need to localize an app that has hard coded strings across aspx and c# files.
This is a common need, so we expected to find tooling.
We tried resharper, but it turns out that for aspx files, this feature is essentially nonexistent.
What is the path forward? (initially 60 aspx files, ultimately 200+)
I should add that we reviewed all known tools (below). In every case, at least one of the below is true:
- Does not work at all in visual studio 2015
- crashes right and left
- does not support aspx (mostly support .cs files only)
https://visuallocalizer.codeplex.com/
http://www.lingobit.com/extractor/c_sharp_extract_hardcoded_string.html
https://visualstudiogallery.msdn.microsoft.com/39ae29d3-81e1-43d4-9c48-fc9644869d84
Visual Studio - Tool to replace hard coded strings with resources