Good way to extract strings to resource

Posted by Bart Friederichs on Programmers See other posts from Programmers or by Bart Friederichs
Published on 2012-10-29T16:11:35Z Indexed on 2012/10/29 17:21 UTC
Read the original article Hit count: 132

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?

© Programmers or respective owner

Related posts about refactoring

Related posts about visual-studio-2010