You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
Sneaky
Posted - Aug 09 2010 : 03:44:58 AM 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.
1 L A T E S T R E P L I E S (Newest First)
feline
Posted - Aug 09 2010 : 11:37:10 AM We are considering adding a command to do this at some point: