cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
sanjeevbishnoi
Level 3

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?
Labels (1)
0 Kudos
(1) Reply
TheResearch
Level 6

I believe it is the language key in registry under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\, InstallShield reads the language id.
0 Kudos