LanguageSettings Property Example
This example returns the language identifier for the language you selected when you installed Microsoft Excel.
Set objLangSet = Application.LanguageSettings MsgBox objLangSet.LanguageID(msoLanguageIDInstall)