Offers are for commercial and industrial customers only.
All prices are net.
Complete Price Sheet.
Not sure which edition is the right one? Visit our Edition Comparison
Sisulizer version 4 is a paid update recommended for all Sisulizer customers.
Still using Sisulizer 3 or Sisulizer 1.x/2008/2010?
Time to update to version 4 now and profit from all new features in version 4.
Version 4 Build 374 released
11/30/2018
The new build comes with many new features. [...]
Tutorials
3/5/2019
Tutorials updated [...]
.NET Support updated
6/14/2018
New in May 2018: [...]
Sisulizer 4 Build 366
3/1/2017
Build 366 - support for Visual Studio 2017 [...]
10 Years Sisulizer
8/5/2016
Celebrate and save Big. [...]
to reach international customers with software in their language
to localize their in-house software in the international subsidiaries
to build multilingual custom software for their clients' enterprises
as Localization Service Providers because it is the localization tool of their customers
to localize software at Government Agencies
To teach software localization at Universities
for software localization on Electronic Devices
To translate software for Biomedical Hardware
to localize software in the Mining Industry
to create multilingual software for Mechanical Engineering
Many file can have a resource data that can contain any kind of data. Such data should be parsed in different way depending on the format of data. By default Sisulizer tries to detect the format. In most cases it this can be done. For example Sisulizer detects picture, XML and HTML data. However some data can not be detected or it might be detected incorrectly. In such case you have to select the format. Possible values are:
Format | Description | Can be detected? |
---|---|---|
Plain binary | Sisulizer does not parse data at all but treats it as plain bytes. You can "translate" data by assigned different bytes for a language. | No |
User defined binary | Sisulizer reads data by using binary format that you specify. This makes it possible to parse simple proprietary binary data. | Yes if binary format contains signature field |
Plain text | Sisulizer reads data as text file. Ansi, UTF-16 and UTF-16 file formats are supported. | Yes if data is in UTF-8 and UTF-16 and it contains byte order mark (BOM) |
User defined text | Sisulizer reads data by using text format that you specify. This makes it possible to parse simple proprietary text data. | No |
Picture | Sisulizer reads data as picture. JPEG, PNG, GIF, BMP, icon and cursor formats are supported. | Yes |
HTML | Sisulizer reads data as HTML | Yes if data is complete HTML page that contains HTML header |
XML | Sisulizer reads data as XML | Yes if data is valid XML that contains XML header |
When Sisulizer scans custom data it tries to detect the format. If it can not detect it data is scanned as plain binary data.
Following sources can contain custom data:
Source | Description |
---|---|
.NET applications | You can include any data as custom resource |
Databases | BLOB fields can contain any data |
Windows applications | You can include any data as custom resource |
XML | Elements can contain picture data |