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
- :
- how installshield internally know installed application language.
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
Apr 07, 2011
03:54 AM
how installshield internally know installed application language.
Hi,
I have a installscript project that support multilingual functionality.
It support default dailog for multilingual use string editor.
For example:At the time of installation i select german language from dialog list and all labels are displaying in german language and application installed successfully.Now i again run the setup it display Repair\Modify\remove dialog with german label means it's again start in german language in repair case.
How installshield internally know the installed language?
Is installshield store installation language some where in registry or any variable?
Can we modify that installed language code?
I have a installscript project that support multilingual functionality.
It support default dailog for multilingual use string editor.
For example:At the time of installation i select german language from dialog list and all labels are displaying in german language and application installed successfully.Now i again run the setup it display Repair\Modify\remove dialog with german label means it's again start in german language in repair case.
How installshield internally know the installed language?
Is installshield store installation language some where in registry or any variable?
Can we modify that installed language code?
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 11, 2011
05:50 AM
I believe it is the language key in registry under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\, InstallShield reads the language id.