Find out in which language is installed Windows XP

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to know in which language is installed the XP Operative System. I
have been looking for windows api but I have had no results.

Any idea?
 
The very bottom line of %windir%\System32\eula.txt will tell the XP version
and Language.

For example EULAID:XPSP1_RM.1_PRO_RTL_EN the last two letters _EN = English
_NL = Dutch (Netherlands), etc.

If XP is US English, there is a %windir%\system32\1033 folder. 1033 is US
English. If XP is in another language, there will be a
%windir%\system32\some number folder.

Locate the folder and look up the code here...

Language Codes
http://www.microsoft.com/technet/pr...chnol/windows2000serv/reskit/ierk/AppxF_c.asp

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 
You're welcome. Keep having fun, in whatever language. ;-)

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 
Back
Top