Application.SetInstallLanguage

Application.SetInstallLanguage ( 

number Primary,

number Secondary )

Description

Sets the specified language to be the install language. This will cause all messages and screens to be displayed in the specified language from the time this action is called.

Parameters

Primary

(number) The primary language ID of the language (in decimal format) you want to set for the install.

Secondary

(number) The secondary language ID of the language (in decimal format) you want to set for the install.

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions