A
Anders K. Olsen
I'm currently working on a C# project. We have some Windows forms GUI's that
we need to translate to other languages.
The translation itself is done by external people, so we need a way to send
them some files that they can translate.
I have been looking at winres.exe. It would be very fine, if we could just
send the .resx files for translation. Have anybody tried this?
How does winres.exe handle new versions of the forms? I mean, if we make a
small change to a form in a future version, how do we handle translation of
the new version of the form? Is it necessary to translate the entire form
again, or can winres.exe handle the new version, so the translator only has
to translate the changes that we have made?
Regards
Anders K. Olsen
we need to translate to other languages.
The translation itself is done by external people, so we need a way to send
them some files that they can translate.
I have been looking at winres.exe. It would be very fine, if we could just
send the .resx files for translation. Have anybody tried this?
How does winres.exe handle new versions of the forms? I mean, if we make a
small change to a form in a future version, how do we handle translation of
the new version of the form? Is it necessary to translate the entire form
again, or can winres.exe handle the new version, so the translator only has
to translate the changes that we have made?
Regards
Anders K. Olsen