Die Angebote richten sich an kommerzielle und industrielle Kunden.
Alle Preisangaben sind netto.
Komplette Preisliste.
Suchen Sie die richtige Edition? Besuchen Sie unsere Vergleichstabelle
Sisulizer Version 4 ist ein kostenpflichtiges Update für alle Sisulizer Kunden.
Verwenden Sie noch Sisulizer 3.x, Sisulizer 2008/2010 oder Sisulizer 1.x?
Aktualisieren Sie jetzt auf Version 4 und nutzen Sie alle Neuigkeiten in Version 4.
Version 4 Build 374 veröffentlicht
30.11.2018
Der neue Build kommt mit vielen neuen Features. [mehr]
Tutorials
5.3.2019
Tutorials erneuert [...]
.NET Support erweitert
14.6.2018
Neu im März 2018: [...]
Sisulizer 4 Build 366
1.3.2017
Build 366 - bereit für Visual Studio 2017 [...]
10 Jahre Sisulizer
5.8.2016
Jetzt feiern und sparen [...]
um internationalen Kunden Software in ihrer Sprache anzubieten
um Inhouse-Softwarelösungen zu übersetzen
um mehrsprachige Anwendungen für Firmenkunden zu erstellen
als Lokalisierungs-Dienstleister, um Kundensoftware zu übersetzen
um Software für Behörden zu lokalisieren
um Schulungssoftware an Universitäten zu übersetzen
um Benutzeroberflächen elektronischer Geräte zu lokalisieren
um Software im Medizinbereich zu übersetzen
um Software für Bergbauunternehmen zu lokalisieren
um mehrsprachige Steuerungssoftware im Maschinenbau zu erstellen
A Sisulizer project contains one or more sources. Each source specifies an item or items to be localized. A source can be one of the following types:
Source type | Description | Example |
---|---|---|
A single file | Localizes one single file. | C:\MyFiles\MyApplication.exe |
All similar files in a directory | Localizes all similar files in a directory and optionally on its sub directories as well. | C:\MyFiles\Help\*.htm? |
A database | Localizes one database. | C:\MyFiles\MyData.mdb |
There is a specific source class for each supported file format and one for databases. Each source has an property editor dialog box that lets the user to configure how the source is localized. To open the property dialog box of a source right click the name of the source on the project tree and choose Properties.
Use this source type when you have a single file or few files that you want to locale. To create a project containing a single file source, start Project Wizard, check Localize a file or files and go through Project Wizard.
Use this source type when you want to localize several files and they locate in a same directory or its sub directories. The different between this source type and the single file source type is that single file source contains a specific file name (e.g. C:\MyFiles\Sample.htm) but this source type contains a wild card file name (e.g. C:\MyFiles\*.htm). If you add new files in the directory you do not have to add those files in the Sisulizer's project file. It is enough that you rescan the project. To create a project containing an all similar files source, start Project Wizard, check Localize all similar files in a directory and go hrough Project Wizard. Some sources do not accept wild cards in the file name. For example most application file sources such as Delphi source, .NET source do not accept wild cards. In these cases you have to use single file sources.
There is only one database source type: Database source. Use this source type when you want to localize a database. To create a project containing a database source, start Project Wizard, check Localize database data and go through Project Wizard.