Determining office 97 language

  • Thread starter Chris Mikkelsen
  • Start date
C

Chris Mikkelsen

I am writing some code that calls into Office to get it's language ID.
For Office 2K & above I simply call
"Application.LanguageSettings.LanguageID(msoLanguageIDInstall)" & it
returns an ID which I then check to determine the language.
Unfortunately "LanguageSettings" isn't available in Office 97. Does
anyone know how I would go about doing something similar to this in
Office 97? Thanks.

__Chris
 
Top