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

How To detect OS language By Installshield Script

Hi, 

I need to know is there any script to detect the OS language By Installshield Script. 

Labels (1)
0 Kudos
(2) Replies
Varaprasad
Level 7 Flexeran
Level 7 Flexeran

You can refer below

 

https://helpnet.flexerasoftware.com/installshield21helplib/Subsystems/installshield21langref/helplibrary/LangrefSYSINFO.htm

SYSINFO.nSystemDefaultUILangID

Value indicates the installed operating system language's ID.

SYSINFO.nSystemLangID

Value indicates the system language's ID.

SYSINFO.nUserLangID

Value indicates the user language's ID.

0 Kudos
UtsabKarmakar
Level 5 Flexeran
Level 5 Flexeran

Hi @Sashikanta,

There are few handful of API provided. You can use 
GetSystemDefaultLangID()
GetSystemDefaultLCID()
GetSystemDefaultUILanguage()

You can find further details in Microsoft Docs.

Thanks

0 Kudos