VBA finding language versions

E

Erich Neuwirth

I need to find the install language and the UI language and possibly the
current help language of Windows (XP) from within Excel (2003 and 2007).

I can get this information about Excel with
Application.LanguageSettings.LanguageID(msoLanguageIDInstall)
Application.LanguageSettings.LanguageID(msoLanguageIDUI)
Application.LanguageSettings.LanguageID(msoLanguageIDHelp)
but how can I get teh same information about Windows?
 

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