I'm going through an old C# project and fixing it up for internationalization moving hard coded strings into the string table. It would be great if I could select a string in code and refactor to move the string to the string table and replace the string with a call to Resources.myLocalisedString.