AddLanguage Method (Advanced UI and Suite/Advanced UI)

InstallShield 2019 » Automation Interface » Advanced UI and Suite/Advanced UI

Project • This information applies to Suite/Advanced UI projects.

Edition • Support for multilanguage installations is available with InstallShield Premier Edition.

The AddLanguage method adds a language to the 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

AddLanguage Method Parameters

Parameter

Description

LangId

Specify the language ID (as a string) that you want to add to the current project. For example:

oProject.AddLanguage "1035"

Applies To

ISWiProject