Update to Version 3

Sisulizer version 3 is a paid update recommended for all Sisulizer customers.

Update to Sisulizer 3

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 5/31/2013

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

Our customers use Sisulizer...

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

 

Selected Customers

Software Localization News

Version 3 Build 339 released

4/24/2013

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

Update Alert

9/25/2012

Android app for Sisulizer customers available. [...]

Windows 8, Delphi XE3

9/3/2012

Ready for the future. [...]

Delphi Tage

8/13/2012

Delphi Tage 2012 in Heidelberg. [...]

Top News: Version 3

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.

Android Localization

Android is a mobile operating system from Google. Each Android application can contain several resources such as user interface, strings, images, animation and XML. Sisulizer can localize all Android resource types including HTML, XML and text files stored as raw resources.

Android application are deployed as APK files. An APK file contains compiled code and compiled resources. When you use binary localization you don't need source codes at all and you don't have to recompile anything. Sisulizer reads the orignal application file (.apk), extracts resources from the file, and finally creates localized application file(s). Each output file contains resources in one language or one output file contains resources in all languages that you support. A localized single language application is similar to the original application but the original resource data has been replaced with the translated ones. A localized multi language application contains the unchanged original resources plus set of localized resources. It is up to you which file you create and deploy. A single language application files are smaller because they contain resources in one language only. A multi language application files are easier to deploy because you can deploy the same file to every market area.

Signing applications

All Android applications must be signed. If an application is not signed Android OS will not install it. In order to sing an application you need to have a key. You can do your key yourself. There is no need to get it from a certified key provided. There are two kind of keys in Android. One is the debug key. This is a temporal key that works only on emulator. You can not deploy applications signed with debug key. The password of the debug key is always the same so there is no need to store password or ask password them. If you use Eclipse it automatically debug signs application before installing in to the emulator. Sisulizer can also sign the application package files it creates. Use the Signing sheet of the source dialog to configure sign settings. Read more about signing from Android documentation

Samples

Sisulizer's Android\Converter directory contains a sample that shows how to localize an Android application.