home recent topics recent posts search faq  

Schaudin.com Forum



register | lost password | |

Support - all messages by user

03.04.2011 21:41:20
Topic:
Checkboxes in Target Files Dialog

Support
Support
Administrator
We've improved this. The target files of a newly added source file will be checked by default.
Thank you for your report and your suggestion.
26.04.2011 00:00:15
Topic:
Encoding

Support
Support
Administrator
Hello lakuda,

1. go to the following RC-WinTrans (X8) installation folder:
.\RC-WinTrans X8\FileConverters\

2. use a text editor and open the XML parser stylesheet file
"MLParser-WixLocalization.xsl"

3. change the output encoding
. . . from: < xsl:output encoding="Windows-1252" />
. . . to: < xsl:output encoding="utf-8" />

Then the translated target XML files will be "utf-8" encoded.
28.04.2011 21:04:46
Topic:
Encoding

Support
Support
Administrator
Make the same change for the stylesheet in the Version 9 installation.

With the next RC-WinTrans 9 update (builds after 9.1.0.98 (Feb. 2011)) the "MLParser-WixLocalization.xsl" will have utf-8 output.
.
edited by Support on 06.05.2011
29.04.2011 20:32:01
Topic:
C# dll

Support
Support
Administrator
In the "Target Files" dialog box UNCHECK the option "Write differences (.NET)".
04.05.2011 19:50:47
Topic:
C# dll

Support
Support
Administrator
OK, good. Thank you for your reply.
.
edited by Support on 06.05.2011
10.05.2011 11:01:58
Topic:
Export to cfg Format

Support
Support
Administrator
Hello Hoang,
.
project data (source-target text) can be exported to: .txt, .tmx and .xls (Excel) file formats
Menu command: "File" | "Export"
.
But you may want to know how to create the (.INI) translated target file ?!
We call it "Write Target File". Used the "Target Files" dialog box.
Command: "Project" | "Target Files..." | "Write all" (button)
.
Regards,
Support, Schaudin.com
edited by Support on 10.05.2011
12.05.2011 20:19:22
Topic:
Visual Studio .NET Project Alignment browse dialog

Support
Support
Administrator
Thank you for telling us this.
The VS 2010 project file extension *.vcxproj will be included with the next RC-WinTrans 9 update.
17.05.2011 23:41:17
Topic:
Custom Properties Dialog Box does not work

Support
Support
Administrator
1. This is correct- the "Apply" button is never active.
The settings are saved when the dialog box is closed with the "OK" button.

2. Make sure the project defintion file (*.rwtproject) is not write-protected.
This could be the reason why your changes weren't saved.

3. Note: Custom .NET properties are saved per project (in the .rwtproject file)
since version 9.0.3.1 of RC-WinTrans (July 2010). Before this the settings
were saved globally (for all projects).
19.05.2011 10:42:23
Topic:
Strings with CRLF can't be imported from Excel,TMX

Support
Support
Administrator
We've checked this and the CRLF control character is import from Excel.

Can you send us your Excel file with such an CRLF-item for a check ?
Send it to support@schaudin.com (subject: "Excel CRLF Import").
23.05.2011 23:33:46
Topic:
Custom Properties Dialog Box does not work

Support
Support
Administrator
There could be a problem when a property name contains a period (name1.name2.name3)- maybe.
Can you send us the translation database (.fsmdb file) so we can check this?
Please send it to support@schaudin.com (subject: "Custom Properties").
25.05.2011 16:25:29
Topic:
Arabic - Mirroring captions of dialog boxes

Support
Support
Administrator
We are contacting you by email.
26.05.2011 23:35:47
Topic:
Custom Properties Dialog Box does not work

Support
Support
Administrator
You are right- it happens for translation projects that use XML data files (.rwtxlf).

We will fix this for the next update of the RC-WinTrans software in June (Build Version 9.1.1.0).

Thank you for bringing this to our attention.
.
edited by Support on 27.05.2011
04.06.2011 11:46:23
Topic:
Shift-JIS display problem

Support
Support
Administrator
Hello hoang,

for QT files only an encoding of ANSI, Unicode (16) or UTF-8 is supported by the respective RC-WinTrans component.

Regards,
Support Schaudin.com
.
edited by Support on 15.06.2011
06.06.2011 21:51:56
Topic:
Traditional Chinese

Support
Support
Administrator
Hallo lakuda,

the difference is the culture name (used for the translated target file).
It is important that the culture name be the correct one for a translated .NET satellite DLL (created by RC-WinTrans for a .NET assembly).

If your DLLs are .NET assemblies, or .RESX files, use "Chinese Traditional (.NET). Culture name: "zh-CHT".
If your DLLs are Win32 DLLs use "Chinese Traditional (Win32)". Usually it doesn't matter for Win32 DLLs.

Generally it only belongs to the translated target file. It does not have any effect on the translation task or the translation text itself.
.
edited by Support on 15.06.2011
10.06.2011 10:15:23
Topic:
WPF - Localization attributes and comments

Support
Support
Administrator
Hello PeterB,
No. The attributes "Localization.Attributes" and "Localization.Comments" are still ignored by RC-WinTrans.
edited by Support on 10.06.2011
15.06.2011 10:51:59
Topic:
WPF - Localization attributes and comments

Support
Support
Administrator
There are no plans yet.
Is it the "Localization.Comments" you primarily use to append a comment text for an element?
.
edited by Support on 15.06.2011
16.06.2011 23:28:34
Topic:
Error 401

Support
Support
Administrator
Hello lakuda,
beside "Error 401" there will be also an output "XML parser file not found." !

Yes we can create an RC-WinTrans XML Parser stylesheet for your XML file -- if possible.
Please send us a sample XML file to support@schaudin.com ( subject e.g. "Request for XML Parser Stylesheet" ).
22.06.2011 00:27:35
Topic:
New language codes to add

Support
Support
Administrator
Hello lakuda!

The language codes "zh-Hant" and "zh-Hans" will be added in the next RC-WinTrans 9.1 service release in July 2011 (the next one after the current build version 9.1.0.98).

Thank you for your request to improve this.
.
edited by Support on 09.08.2011
27.06.2011 23:10:27
Topic:
Encoding

Support
Support
Administrator
You could use an XSL transformation to convert/copy a translated UTF-8 XML file (created by RC-WinTrans) to any encoding supported by an XSL processor (e.g. by the msxsl.exe command line tool).

Sample files: download "ConvertCodePageXMLFile.zip"
Command line: msxsl.exe UTF8-Input.xml TransformCodePage.xsl -o Win1252Output.xml
Description: transforms/copies an UTF-8 xml file ("UTF8-Input.xml") to a "Windows-1252" encoded xml file ("Win1252Output.xml").
See also at opentag.com ...
29.06.2011 22:59:40
Topic:
Object Library Invalid or COntains references to..

Support
Support
Administrator
Hello,
remove the following VBA macro from the RC-WinTrans "Add-Ons" folder:
RC-WinTrans\Add-Ons\ExtraFunctions1AddOn.macro.
pages: 1 2 3 4 5 6 7 8 9 10 11 12




Powered by AspNetForum 6.9.6.0 © 2006-2010 Jitbit Software