.

comment Installer le langage français dans Backtrack


On ouvre  terminal

On installe le sélecteur de langue
tapes le commande 
apt-get install language-selector-qt


On installe le pack de langue FR
apt-get install language-pack-kde-fr
On répond Y à la question d'installation

On installe la gestion du français sous KDE

apt-get install kde-i18n-fr 
On répond Y à la question d'installation

On installe le support de langue FR

apt-get install language-support-fr

On installe le pack de langue FR

apt-get  install language-pack-fr

On se rend dans :
menu k > setting > region and accessibility > country and language



Puis on fait:
"add language" > "french" > "apply"

On édite le fichier  
/root/.kde3/share/config/kxkbrc
nano /root/.kde3/share/config/kxkbrc

Et mettre le "fr" en premier
Ctrl + X > On répond Y

Related Posts:

  • Download mandriva iso Mandriva Linux, formerly called Mandrake Linux, is a full Linux distribution created by Mandriva. It was initially was based on Red Hat Linux and KDE. In 2004, the distribution was renamed from Mandrake Linux became… Read More
  • Linux Screen Recording Just Got Quicker and Easier with ScreenStudio Recording screencasts on a Linux system historically never has been a lot of fun. If you wanted good performance, you would usually record the screen using a terminal command. If you wanted ease of use, you woul… Read More
  • How To Run Android Apps in Chrome on Mac / Linux / Windows It’s now possible to run Android apps in the Chrome browser — it just takes a little bit of work. Google has officially brought four Android apps to Chromebooks, so it would seem that it’s only a matter of time before more a… Read More
  • How to Install Java JDK in Kali Linux Download the latest Java SE SDK version Go to the following link and download jdk7. At the time of writing this guide the jdk version was jdk-7u45-linux-x64. Note that I’m using x64 which is 64-bit. 32-bit users should choo… Read More
  • Haw to print in linux Command-Line Printing in Linux haw to print in linux   CUPS provides both the System V (lp(1)) and Berkeley (lpr(1)) printing commands for printing files. In addition, it supported a large number of standard and … Read More