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)?
WinRes.exe, it is included with the SDK. Run it from the Visual Studio command prompt.
精彩评论