Navigation:  Program Reference > Languages and Messages >

Files, Shortcuts and System Configuration

Previous pageReturn to chapter overviewNext page

An important step of creating a multi-language setup program is to define which files, shortcuts and system configurations are language-dependent. Almost every file you include in your project will be language-independent, normally only the documentation and the main executable file are language-dependent.

 

To define that a file is language-dependent, just select the file you want, and then change its Language property selecting the correspondent Setup Language. Then include the other version of the same file, in the same directory and with the same file's name (Name property) and then select the Setup Language you want in the Language property.

For example, let suppose the SetupMgr.exe file is language-dependent, then you will include these file twice in your project, and set the Language property of these files to the correspondent value.

 

 

You will do the same for the shortcuts, registry's entries and INI's entries that are language-dependents.