Summary Panel
InstallShield 2022 » New Language Wizard
Edition:The New Language Wizard is available in the Premier edition of InstallShield.
Project:The New Language Wizard is available in the following project types:
| • | Basic MSI |
| • | InstallScript |
| • | InstallScript MSI |
| • | Suite/Advanced UI |
The Summary panel lists the new languages that will be added to the specified projects. It also indicates whether you want InstallShield to add the new languages to all new projects that you create. Click the Finish button to accept the settings and begin updating projects with the new languages.
When you use the New Language Wizard to add an unsupported language, InstallShield adds to your machine several files that contain English strings as placeholders:
| • | LanguageID.ini |
LanguageID is the language identifier for the new language. InstallShield adds this file to the following directory:
InstallShield Program Files Folder\Support
| • | _isres_LanguageID.dll |
LanguageID is the language identifier for the new language. InstallShield adds this file to the following directories:
InstallShield Program Files Folder\Redist\Language Independent\i386
InstallShield Program Files Folder\Redist\Language Independent\i386\Skins
If you want to add the unsupported language in InstallScript or InstallScript MSI projects, you will need to translate the strings in those files. You can open the .dll file in a resource editor to replace the English strings with the appropriate translated strings.
See Also