Good way to extract strings to resource
- by Bart Friederichs
I am using Visual Studio 2010 and we just decided to get started on localization of our code. We want to use the per-form resource file in combination with a separate resource file for static strings, called strings.resx.
I was wondering if there is a good way to extra static strings (we already have quite some code we need to translate) to the strings.resx file?
I have tried this plugin: Resource Refactoring 2010, but it doesn't work completely. It creates the correct new resource, but the strings aren't refactored in the code. Also, the tool seems to be abandoned by its developer.
Is there a good plugin that can do this?