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
Sisulizer contains several Delphi units that you can use to implement runtime language change for your application. Units are:
Unit | Description |
---|---|
LaCommon | Contains common definitions and contants. |
LaResource | Contains functions to load a new resource DLL, to enumerate available resource DLLs and other resource and locale depent functions. Main functions are SetNewResourceFile and GetAvailableResources |
LaDialog | Contains a buildin dialig that shows the current language, shows the available resource languages and lets you select a new language. Main function is SelectResourceLocale |
LaDbUtils | Contains functions to hide localized database fileds that do not belong to active language. Main functions are HideField and SetFieldDisplayLabel |
LaTranslator | Translates properties whose type is TStrings or derived. |
LaCommonDialogs | Add this unit to your project to make common dialogs multilingual. |
LaMenu | Add this unit to your project to make menu short cuts multilingual. |
LaListViewModule | Add this unit to your project to translate list items of TListView control and derived. |
LaTreeViewModule | Add this unit to your project to translate tree nodes of TTreeView control and derived. |
LaTntModule | Add this unit to your project to translate properties whose type is TTntStrings or derived. |
Shows available languages and let the user to change
Unit: LaDialog.pas
LaResource.pas
LaResource.pas
LaDbUtils.pas
LaDbUtils.pas