Languages Tab

Advanced Installer has the ability to build MSI packages in various languages.

ImportantThe information presented in this article can be applied in a similar fashion to Languages Tab from Visual Studio Extension Project, Modification Package Project, Merge Module Project and Updates Configuration Project.

Languages tab

Selecting additional build languages

Check the check-box button next to the desired language in the tree. For each language a separate MSI package will be built with the code page set to the default ANSI code page of that language.

TipMac OS X has a native support for multi language bundles so the resulted package will contain the translations for all languages.

NoteThe languages must be specified independently for each build. You can select the desired build in the toolbar builds combo. This option is enabled only if several build are defined.

The language in which the project was created in the Start Page is set as default. This language must be used by at least one build. Any build must have at least one language. The languages are grouped by their relation.

NoteEach language increases the package size with about 40 - 50 Kilobytes (depending on the strings it contains).

Creating a single multi-language package

You can choose to create a package that contains all the build languages by selecting the “Create separate packages and a multi-language package” option. This package will be created in the "\all" sub-folder of the folder where the project is build. If you need only the multi-language package you can speed up the build process by selecting the “Create only a multi-language package” option.

When the package is installed the language will be selected according to the regional settings on the target computer. The interface language of the tools that Advanced Installer uses (Setup, Java Launcher and Updater) is selected according to the Windows operating system's language.

Filtering visible build languages

By default, only selected languages and languages with translations are showed. You can choose to only see the selected languages or all the possible languages (that is the ones without translation as well).

Warning!If you select a language without translations build in, Advanced Installer will try to get the translation strings from the closest related language. This may be or may not be what you want. The Neutral language (ASCII US English) is used as the parent of all languages and generic fall back.

UI Language

This section allows you to set the language selection method used by multilingual packages. To set this option you need to have an EXE as output package.

Automatically use previous version's language if installed.

The installer will try to use the previous version's language, if it is found on the system. Otherwise, it will proceed with using the language specified in the radio group below.

Automatically use system language for installation

Use target system language during the installation.

Automatically use current user language for installation

Use current user language during the installation.

Display language selection dialog (for multi-language packages)

If this option is enabled the user is prompted to select the language that will be used during the installation. The prompt dialog can be customized from the Pre-install UI section in the Dialogs Page.

Note As of version 8.1 of Advanced Installer, when an automatic upgrade occurs, the already installed package's language will be automatically used instead of displaying the language selection dialog.

Topics