Switching Windows XP Pro from English to French

Solved/Closed
LoX -  
 Me -
Hello, I just got a version of Windows XP Pro, the problem is that it is in English, the keyboard is set up in French as well as all the options that were asked during installation. Since I paid for the license and I don’t understand much English, I don’t want to buy a French version.

So is there a way to switch my English version to French, but not just the text, because I also have a CD for Service Pack 2 for a French version that won't install since the language is different? It would be a total conversion. I don't know much about Windows, so maybe there is an option that allows this.

I do not have a high-speed connection, so it is impossible for me to download SP2 from Microsoft, and since I have already ordered the only copy I am allowed, I cannot order a CD for SP2 in English either; I am completely stuck.

I searched the internet but found nothing about Windows XP, only about versions like 98 or 95, so I turn to you.

A big thank you to all of you for taking your time.
Configuration: Windows XP Pro ENGLISH

41 réponses

  • 1
  • 2
  • 3
Anonymous user
 
The answer my friends is here
finally the solution
The purpose of this manipulation is to recover the entire French menus of the French operating system on an English OS.
Everything happens in the registry
In my case, it is necessary to install the French SP3 on the English OS (which already includes the English SP3 (pre-installed)).
thus 2 difficulties to be circumvented

1) The OS must believe that the original installation language is French
2) The OS must believe that the installation of SP3 is an upgrade from SP2

1) for the language
Go to the key
-hkey_local_machine\system\currentcontrolset\control\nls\language\install language and replace the value 0409 (English) with 040c (French) as well as the default one 040c (French)

2) to fool Windows into thinking SP3 (English) is an SP2

Go to the key

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Windows]
"CSDVersion"=dword:00000300

and change the dword value

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Windows]
"CSDVersion"=dword:00000200

Go to the key
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion]
"CSDVersion"="Service Pack 3"

and change .....

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion]
"CSDVersion"="Service Pack 2"

Reboot .....you can verify that the system writes Service pack 2

now we install the French Service pack 3 .....
.....after about 40 minutes and 2 reboots the system is transformed into French

and if indeed the interface is in French but you lose, for example: control panel -> Administrative tools: EMPTY!
to regain computer management: [windows]+[R]
"%SystemRoot%\system32\compmgmt.msc /s" and [enter]
80
Anonyme
 
Achil_78, YOU ROCK! Thank you for your research and especially for your post.
0
Anonyme
 
Easy and efficient. I remind you that the keys are accessible via:
Windows+R (Run)
regedit.exe
0
  • 1
  • 2
  • 3