0

I am using InstallShield as a install solution, and I would like to determine what user selected as setup language from InstallScript. Is there any properties or something I could use to determine this?

Shintaro Takechi
  • 1,215
  • 1
  • 17
  • 39

1 Answers1

1

You can reference the SELECTED_LANGUAGE variable to identify the display language of the installation.

Michael Urman
  • 15,737
  • 2
  • 28
  • 44