Sisulizer version 3 is a paid update recommended for all Sisulizer customers.
Still using Sisulizer 1.x or Sisulizer 2008/2010?
Time to update to version 3 now and profit from all new features in version 3.
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
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
4/24/2013
The new build comes with many new features. [...]
9/25/2012
Android app for Sisulizer customers available. [...]
9/3/2012
Ready for the future. [...]
8/13/2012
Delphi Tage 2012 in Heidelberg. [...]
11/9/2011
Sisulizer version 3 out now. [...]
The German and French Online-Help pages have been created with the help of machine translation. In doubt please read the English original.
Importing data from a text file can be very difficult task. The reason is that data can be in any format. There are dozens of different formats used in text files. This is why Sisulizer uses regular expression when importing data from text files. Expression are used to define the data format. The same expression rules are used when localizing text files. When you select a file to be imported Sisulizer tries to detect the format. It can do that of the format is quite simple. If you format is not simple you have to manually set the rules in the Import Wizard.
CSV files (Comma Separate Value files) are text files where one record is one line and each fields are separated by a delimiter characters that is most often comma (,). Unfortunately the data format is not the same on every files. Some files uses tab or colon as separator. Some contains a language pair, some other contains several languages. There are at lest three different CSV files. They are use .csv file extension and all contain text data. File format are:
| File type | Description | Import scanner to be used |
|---|---|---|
| Microsoft Old CSV file | This is the old Microsoft glossary file where one line contains the original (English) and translated value and items are most commonly separated by comma (,). Each line contains many other fields but the English and target strings. | Comma Separated Value file |
| Microsoft New CSV file | This is Microsoft new glossary file format where each line contains the string in several languages and each columns are separated by tab. File does not contain any other data but translations. You can download this file from Microsoft web pages (you need to be a MSDN subscriber). | Microsoft Glossary file |
| Generic CSV file | Any other "CSV" file. Most commonly exported from Excel. Each line can contain any number of fields and both translations and other data. Sometimes very difficult to import but can be done when using regular expressions. | Regular expression defined text file |
You can use the same regular expression rules as with other text file when importing CSV files but first two of the above file formats are quite complex and it is difficult to set the regular expressions correctly. This is why Sisulizer contains a dedicated import scanner for them. For other CSV files and all TXT files use Regular expression defined text file scanner.