Sisulizer Version 3 ist ein kostenpflichtiges Update für alle Sisulizer 1.x und 2008/2010-Kunden.
Verwenden Sie noch Sisulizer 1.x oder Sisulizer 2008/2010?
Aktualisieren Sie jetzt auf Version 3 und nutzen Sie alle Neuigkeiten in Version 3.
Die Angebote richten sich an kommerzielle und industrielle Kunden.
Alle Preisangaben sind netto.
Komplette Preisliste.
Suchen Sie die richtige Edition? Besuchen Sie unsere Vergleichstabelle
23.4.2012
Der neue Build kommt mit vielen neuen Features. [mehr]
9.11.2011
Sisulizer Version 3 ist da. [mehr]
30.9.2011
Sie suchen nach Tipps und Trick zum Thema Sisulizer? [mehr]
8.9.2011
Die Delphi Tage 2011 in Köln sind ausverkauft! [mehr]
12.8.2011
Bitte verwenden Sie einen Download Manager. [mehr]
User interface component properties or string resource items can contain HTML data instead of plain text. In most cases this HTML data has elements that contain string data. Only the string data need to be localized. The rest of the HTML element need to be left at it is. Without embedded HTML data feature a single row will contains all raw HTML data. This may be very hard to translate and it is also likely that the translated HTML data will become invalid. In order to make translation of embedded HTML data easy and safe Sisulizer can handle string data as HTML. User selects the element that should belocalized and Sisulizer breaks the HTML data into several different part. Each part will be on its own row and each part contains plain text that is easy to translate.
Let's have an example. We have a string resource item that contains the following HTML data:
<html> <body>
<h1>Name</h1>
<table>
<tr>
<th>123</th> <th>Report</th> <th>0xFFFFFF</th>
<th>Internal</th>
</tr>
</table>
</body>
</html>
As you can see the HTML contains three elements that need to be localized. If we set the row using HTML and mark caption attribute, header and footer elements Sisulizer will replace the original row with three different rows.
Name
Report
Internal
Each row is a separate translation entity and it is translated independently. The advantage of splitting HTML data is that in most cases the HTML format must be exactly right. If HTML data is shows on the translation sheet as it is, it is possible that translator will enter invalid HTML format. To prevent that you can make Sisulizer to parse string data as HTML.
Embedded XML and HTML data can be used in the following source types:
| Platform | Description | Sample that demonstrates how to use combined strings |
|---|---|---|
| Delphi and C++Builder Visual C++ Visual Basic |
Custom and string resources | <sldir>\VCL\Delphi\Combined <sldir>\VCL\Delphi\StringFormat |
| .NET | Custom and string resources | <sldir>\NET\CSharp\Combined <sldir>\NET\CSharp\Resource |
| Databases | Fields | <sldir>\Database\Combined <sldir>\Database\Structured |