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 Feb, 10 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 328 released

1/15/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]

Skip the typical software localization beginner's traps

Languages

Your first consideration is most likely the language. At the very least, you must think about how to translate all strings in the application user interface. Usually, these are strings for menu entries, dialog boxes, message boxes, the status bar, and error messages.

If you want to send all strings to a translator, you must consistently separate strings from source code. Don't hard-code strings! If you did, convert these strings to string resources. Start this process now. Don't wait until you are under pressure to meet a deadline.

All major development languages for Windows support resource files. You have no excuse! You can easily read strings from resources, such as in classic Visual Basic with LoadResString or LoadStr in a VCL application.

What you need to do

Store all strings in Windows standard resource files; or, if you develop with Microsoft .Net, use ResX. In .Net applications make sure you set the localizable property to True!

How does Sisulizer support you

Sisulizer supports localization of resource files. It is perfect in binary localization of executables (.exe, .dll, .ocx) with embedded resources, or linked resource DLLs, .Net ResX files, and assemblies.

And the clue: You localize in a WYSIWYG environment. Your translator sees the dialogs, and menus he is translating, visually and in context! This speeds up translation process by reducing the questions that otherwise would arise; and maximizes localization quality!

Software localization traps