Sisulizer Version 3 ist ein kostenpflichtiges Update für alle Sisulizer 1.x und 2008/2010-Kunden.
Verwenden Sie noch Sisulizer 1.x oder Sisulizer 2008/2010?
Aktualisieren Sie jetzt auf Version 3 und nutzen Sie alle Neuigkeiten in Version 3.
Die Angebote richten sich an kommerzielle und industrielle Kunden.
Alle Preisangaben sind netto.
Komplette Preisliste.
Suchen Sie die richtige Edition? Besuchen Sie unsere Vergleichstabelle
23.4.2012
Der neue Build kommt mit vielen neuen Features. [mehr]
9.11.2011
Sisulizer Version 3 ist da. [mehr]
30.9.2011
Sie suchen nach Tipps und Trick zum Thema Sisulizer? [mehr]
8.9.2011
Die Delphi Tage 2011 in Köln sind ausverkauft! [mehr]
12.8.2011
Bitte verwenden Sie einen Download Manager. [mehr]
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