I have a lot of localizable strings enclosed in double quotes in cs source
files.
I'm looking for a tool which extracts all those strings for localizaton to a
single file.
Or even better, it should generate resource file and replace all string
constants with localizable calls like
ResourceManager .GetString( Resources.MyStr ing )
Any idea ?
Andrus.
files.
I'm looking for a tool which extracts all those strings for localizaton to a
single file.
Or even better, it should generate resource file and replace all string
constants with localizable calls like
ResourceManager .GetString( Resources.MyStr ing )
Any idea ?
Andrus.
Comment