Przemysław Michalski
Przemysław Michalski

Reputation: 9867

Visual Studio 2008 resx files editor

I need to make some translations of external application forms (I try to add a new language support). I have only form's resx files. Can you recommend any simple tool which allows me to translate form's texts (only texts if it's possible)?

Upvotes: 1

Views: 570

Answers (1)

Hans Passant
Hans Passant

Reputation: 942508

WinRes.exe, it is included with the SDK. Run it from the Visual Studio command prompt.

Upvotes: 2

Related Questions