Find all source hardcoded strings

后端 未结 6 1144
夕颜
夕颜 2020-12-04 13:51

I need to move all the hard coded strings in my source code in .resx files. Is there a tool that could help me find all the hardcoded strings within C# code?

6条回答
  •  爱一瞬间的悲伤
    2020-12-04 14:47

    This tool http://visuallocalizer.codeplex.com/ allows for batch-move strings to resources, together with other features. It is FOSS so maybe you can give it a try. (I am involved)

提交回复
热议问题