Visual Studio 2010 localization resource files, how to add lines to a line automatically?

I have a specific project with a resource directory with .resx for each language supported in the product.

Right now I am adding these lines manually using the visual studio 2010 IDE, but due to the large number of lines this manual management of these resources can be difficult and something can be easily omitted, possibly only 1. resx.

Do you get a good resource add-on for visual studio 2010 that will allow you to synchronize and check a group of resx files? The built-in functionality for resx processing seems the same as in 2008 and requires a lot of manual effort.

I suppose it would be nice to be able to define all the resources in the main language, and then these lines are automatically transferred to the other languages.

Is there such functionality? Perhaps even a good project with code-code?

+6
resources visual-studio-2010
source share
2 answers

For those of you guys with the same issue, I found this - http://zetaresourceeditor.codeplex.com/ seems very good.

+7
source share

Visual Localizer is free, supports snychronization of resource files (among other things), and works in Visual Studio 2010 (also in 2008 and 2012).

0
source share

All Articles