MSI Factory 2.3

MSI.GetLanguage

MSI.GetLanguage

This is the first topic This is the last topic  

MSI.GetLanguage

This is the first topic This is the last topic  

OverviewExamples

number MSI.GetLanguage (

number hInstall )

Example 1

nLangID = MSI.GetLanguage(_hInstall);

 

if (nLangID > 0) then

   Dialog.Message("Language ID", "The installation language identifier is: "..nLangID);

end

Shows the numeric language identifier of the running installation in a dialog message.

See also: Related Actions


Learn More: Indigo Rose Software - MSI Factory - Buy Now - Contact Us