ISWiLanguage Object
InstallShield 2024 » Automation Interface
Edition:Support for multilanguage installations is available with InstallShield Premier Edition.
Project:
| • | 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
|
Name |
Type |
Description |
|
Method |
Adds a new string entry to a language. |
|
|
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. |
|
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