home recent topics recent posts search faq  

Schaudin.com Forum



register | lost password | |
Messages in this topic - RSS

Home » RC-WinTrans Support » Changed Source

For support issues and specific questions related to RC-WinTrans' use, features and functions.
12.10.2011 17:56:35

hayhurst
hayhurst
Posts: 13
Is it possible to stop the target text of resources marked as "Changed Source" being written to target files. I'd ideally like those resources marked as changed source to write the source text to the target file rather than the erroneous translation.



I know I can mark them with the exclude attribute is this the only way?

By the way I'm using WinTrans X8 and translating Visual Studio *.rc files
0 permalink
12.10.2011 23:22:52

Tracy
Tracy
Posts: 4
Hi,


there is no way to keep an existing target text from being written when the item has the status "changed source."

This is by design since we expect that a "changed source" item will be updated before creating the (final) translated target file.


>> I know I can mark them with the exclude attribute is this the only way?

Yes. This is the only way RC-WinTrans will use the original source text in the target file.


― Tracy, Schaudin.com
0 permalink
26.10.2011 14:30:34

hayhurst
hayhurst
Posts: 13
Ok.

Is it possible to set a translation units attribute to "exclude from translation" via WinTrans' COM interface?
0 permalink
27.10.2011 10:22:58

Support
Support
Administrator
Posts: 238
Yes. Use a TU's "Translate" attribute.

Example (VBA code):
. Dim TU As TransUnit
. Set TU = RCWinTrans.ActiveTransUnit
. TU.Translate = False

See also the online help under "class TransUnit":
http://www.rc-wintrans.schaudin.com/vbahelp/

Note: We have a free VBA add-on ("Extra Functions") available for downloading.
It adds some useful functionality to the RC-WinTrans application. The VBA code
used to create the add-on is open source.

- Help/Docu: http://www.rc-wintrans.schaudin.com/addons/ExtraFcts/
- Download: http://www.schaudin.com/download/download_public.aspx

-- Support, Schaudin.com
.
edited by Support on 28.10.2011
0 permalink
27.10.2011 11:41:49

hayhurst
hayhurst
Posts: 13
Excellent I'll give that a go
0 permalink

Home » RC-WinTrans Support » Changed Source





Powered by AspNetForum 6.9.6.0 © 2006-2010 Jitbit Software