LANGUAGE_SUPPORTED

InstallShield 2019 » InstallScript Language Reference

LANGUAGE_SUPPORTED is a predefined constant that is used to specify the language that an installation supports. The language is a four-digit hexadecimal language code, including the 0x prefix. For example, for English, the value should be 0x0409. To build a string with STANDARD_SELECTED_LANGUAGE in this format, use a statement such as:

Sprintf (szLang, "0x%.04lx", STANDARD_SELECTED_LANGUAGE);

You cannot change the value of a predefined constant.

Used With

Is

See Also