views:

15

answers:

1

Hi

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)?

+1  A: 

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

Hans Passant
Is it possible to restrict editing only to visible control texts (prevent editing controls position, variable names...)?
UGEEN
Not really. Nor would you want to. Other languages can be very wordy and need larger controls to fit the text. Which is the reason that Location and Size are localizable properties.
Hans Passant