AddLanguage Method
InstallShield 2020 » Automation Interface
Edition:Support for multilanguage installations is available with InstallShield Premier Edition.
Project:This information applies to the following project types:
| • | Basic MSI | 
| • | DIM | 
| • | InstallScript | 
| • | InstallScript MSI | 
| • | InstallScript Object | 
| • | Merge Module | 
Call the AddLanguage method to add a language to the current project. Using this method is similar to adding a language in the General Information view in InstallShield. You can set the properties of the new language with the ISWiLanguage object.
Syntax
AddLanguage (LangId As String)
Parameters
| Parameter | Description | 
| LangId | Pass the language ID (as a string) that you want to add to the current project. For example: oProject.AddLanguage "1035" | 
Applies To
| • | ISWiProject | 
See Also