how to determine the language of Windows 2000 .

  • Thread starter Thread starter chaim Landsberg
  • Start date 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.
 
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]
 
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]
 
Back
Top