.NET localization tools

DarkDeny picture DarkDeny · Jan 22, 2013 · Viewed 8.6k times · Source

Are there any tools, that ease work with localization in .NET? I mean work with resx files in VS is done pretty ugly from a developer point of view. For example, if I need to add a string to resources, I have to manually add it to all resource files with different cultures. And I do not know of any tools, that can tell me if there are strings missing in a resource file of particular cultures, and so on.

Answer

DarkDeny picture DarkDeny · Jan 22, 2013

I just found simple VS addon with what I was looking for! http://visualstudiogallery.msdn.microsoft.com/3b64e04c-e8de-4b97-8358-06c73a97cc68 And it is free! ResXManager!