Replacement for default Visual Studio Resx editor?

Viewed 13630

Anyone has suggestion for something that's better than Visual Studio default Resource string editor? Not looking for standalone Resx editor, just something that has better navigation between strings in Grid, better support for long strings, etc.

Thanks.

4 Answers

This tool ResEx inherited from Dimitris Papadimitriou is awesome.
Features I love:

  1. Warns you if you are missing a {0} that is defined in the default resx file
  2. Translate side by side
  3. Warnings about shortcut characters
Related