::InstallAPI::AddLanguage
Add a language and language code to the list of available languages in the current installer.
Supported Platforms
All
Returns
Empty String
Options
-language <language name> (required)
The name of the language as it will be displayed to the user.
-languagecode <language code> (required)
The language code for the given language.
Example
The following example adds the Spanish language.
::InstallAPI::AddLanguage -language Spanish -languagecode es