ISWiLanguage Object

InstallShield 2024 » 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

ISWiLanguage represents a language whose string entries are included in the current project.

To include or exclude languages, use the IsIncluded property on each relevant ISWiLanguage object.

Members

ISWiLanguage Object Members

Name

Type

Description

AddStringEntry 

Method

Adds a new string entry to a language.

DeleteStringEntry 

Method

Removes a string entry from the project.

Id

Read-Only Property

Stores the language identifier of the current language.

IsIncluded

Read-Write Property

Includes or excludes a language, or checks its current status.

ISWiStringEntries 

Collection

Contains all of the string entries in the current language.

Name

Read-Only Property

Gets the name of the current language.

Applies To

ISWiProject 

See Also