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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top