Updaten Sie auf Version 3

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.

Angebot gültig bis 20.5.2012

Die Angebote richten sich an kommerzielle und industrielle Kunden.
Alle Preisangaben sind netto.

Komplette Preisliste.

Suchen Sie die richtige Edition? Besuchen Sie unsere Vergleichstabelle

Bitte stimmen Sie für Sisulizer

Bitte klicken Sie diese Facebook-Schaltfläche, um diese Seite mit Ihren Freunden zu teilen

Share

(english) (german)


Drücken Sie bitte die Google +1-

Schaltfläche, um Sisulizer eine positive Bewertung in Googles neuem Bewertungssystem zu geben.

Vielen Dank.

Ausgewählte Kunden

Softwarelokalisierungs-News

Version 3 Build 331 veröffentlicht

23.4.2012

Der neue Build kommt mit vielen neuen Features. [mehr]

Top News: Version 3

9.11.2011

Sisulizer Version 3 ist da. [mehr]

Tipps & Tricks

30.9.2011

Sie suchen nach Tipps und Trick zum Thema Sisulizer? [mehr]

Delphi Tage

8.9.2011

Die Delphi Tage 2011 in Köln sind ausverkauft! [mehr]

Build 321 herunterladen

12.8.2011

Bitte verwenden Sie einen Download Manager. [mehr]

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.