how to determine the language of Windows 2000 .

  • Thread starter chaim Landsberg
  • Start date
C

chaim Landsberg

How can I determine if this is a regular english windows
or a localized one or english with language pack?
Where in the registry is it written?
thanks, Chaim.
 
T

Torgeir Bakken (MVP)

chaim said:
How can I determine if this is a regular english windows
or a localized one or english with language pack?
Where in the registry is it written?

Hi

I don't know of any place in registry where this can be found, but a VBScript
using WMI and the OSLanguage property in the Win32_OperatingSystem class can
give you this (but english with language pack will be reported as "plain"
english I would think):

http://groups.google.com/[email protected]
 
T

Torgeir Bakken (MVP)

chaim said:
How can I determine if this is a regular english windows
or a localized one or english with language pack?
Where in the registry is it written?

Hi

I don't know of any place in registry where this can be found, but a VBScript
using WMI and the OSLanguage property in the Win32_OperatingSystem class can
give you this (but english with language pack will be reported as "plain"
english I would think):

http://groups.google.com/[email protected]
 

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