I am looking for a good localization utility for my WPF/WinForms .NET application.
I would like it to be able to reflect through my Resx/Resource files in my compiled application and give me a grid UI to be able to translate from default resx values into the language of my choosing. I would like to to then generate the corresponding .resource files and place them in the right directories. It would be nice if it would refresh or restart my application so that I could see the translated values.
There have to be plenty of utilities already out there that do this, right?