This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Howto detect language selection from installscript
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Aug 20, 2007
11:27 AM
Howto detect language selection from installscript
Hi
I have an Installscript project which has multiple language support.
I need to set a registry entry to have a different value depending on which language has been chosen - how can i detect which language has been chosen from the installscript?
Any help much appreciated - I thought i knew Installshield well but can't figure this one out!
I have an Installscript project which has multiple language support.
I need to set a registry entry to have a different value depending on which language has been chosen - how can i detect which language has been chosen from the installscript?
Any help much appreciated - I thought i knew Installshield well but can't figure this one out!
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Aug 20, 2007
12:20 PM
Just found the SELECTED_LANGUAGE system variable which I can use to solve this.