Update to Version 3

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.

Specials run until May, 31 2012

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

Social Networks

Please click this facebook button if you want to share this page with friends

Share

(english) (german)


Please click this Google +1

button to give Sisulizer a positive vote in Googles new voting system.

Thank you very much.

Selected Customers

Software Localization News

Version 3 Build 331 released

4/23/2012

The new build comes with many new features. [more]

Top News: Version 3

11/9/2011

Sisulizer version 3 out now. [more]

Tips & Tricks

9/30/2011

You are looking for tips and tricks around Sisulizer? [more]

Delphi Tage

9/8/2011

Delphi Tage 2011 in Cologne are sold out! [more]

Download Build 321

8/12/2011

Please us a download manager for your download. [more]

VCL Reference

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.

SelectResourceLocale

Shows available languages and let the user to change

Unit: LaDialog.pas

 

SetNewResourceFile

Unit

LaResource.pas

 

GetAvailableResources

Unit

LaResource.pas

 

HideField

Unit

LaDbUtils.pas

 

SetFieldDisplayLabel

Unit

LaDbUtils.pas