Setting Up FC2 to Speak Your Language
Have you ever wondered what the Language tab on the graphical login screen on your Red Hat-based distribution (Red Hat 8/9, Fedora Core 1/2) means? Have you even tried changing it to your own language and got nothing but boxes, missing text or unrecognizable characters? If so, you probably banged the keyboard, screamed or cursed and logged out.
Welcome, newbie. Now try this.
I am experimenting on a Fedora Core 2 installation under GNOME. Why GNOME? Because my native language, Hindi, like many others, has better support under GNOME. Because our motive here is to make our lives easier, it is better to scout the Internet for some applications that make the task easier.
Also, make sure the language you want the environment to be in is listed under the Language tab on the graphical login menu. Chances are it is. If not, tough luck. Send an e-mail to the Fedora Core Localization mailing list and help the process.
KKBSwitch (K KeyBoard Switch) is a program that sits in the system tray and indicates the current keyboard layout. It also can be used to switch between keyboard layouts.
Although KKBswitch is supposed to be a KDE application, it runs perfectly fine under GNOME. Moreover, the file I downloaded is for Fedora Core 1, but it also works for Fedora Core 2.
Grab a copy from the KKBSwitch SourceForge page. It's a small application, so I suggest you act lazy and download the RPM. I downloaded the latest RPM available for Fedora, kkbswitch-1.4.1-1fc1.i386.rpm.
Presuming you download into your home directory, enter the following.
$ cd /home/$whoami $ rpm -ivh kkbswitch-1.4.1-1fc1.i386.rpm
This installs the program, and you can run it either from the console by typing kkbswitch or by selecting it from the Accessories menu, where the program is added. When you run the program, its icon appears on the system tray. Right-click on it and you can see the default language at the top.
To configure, click on Configure Keyboard Switch. In the General tab, you should see the default language. Chances are you see only the English US/ASCII layout. Don't panic; you still need to add the keyboard layout of your regional language before you can switch to it. For now, simply spend some time playing around with this nice utility.
Although the graphical menu lists many languages, not all of them are supported out-of-the-box. For example, Hindi was listed but there were no fonts to render the text. If this is the case with your language, you need to install some fonts.
With the recent interest in localization, you definitely have a number of fonts from which to choose. Even if you can't find OpenType fonts (OTF), you definitely can find TrueType fonts (TTF). I found a beautiful Hindi font at www.indictrans.org--Gargi-1.3.ttf. Gargi is a TTF that also can be used in proprietary applications under proprietary platforms.
Before proceeding further, make yourself root.
$ su - Password:
Set up the installation directory for the font under /usr/share/fonts
# cd /usr/share/fonts # mkdir hindi
Now, copy the TTF file to this directory
# cp gargi-1.3.ttf /usr/share/fonts/hindi # cd /usr/share/fonts/hindi/
Next, create the index of fonts in the directory with mkfontdir. Then, make the system automatically look for the font with fc-cache. Congratulations! The font has been installed.
We almost are finished. All we need to do is make arrangements for KKBSwitch to see our layout. In the menu, select Preferences -> Keyboard. In the window that opens, locate the third tab from left, Layouts. On the left-hand side, you should see a list of selected layouts and on the right a list of available layouts. You can add up to a maximum of four layouts. When you have added the necessary layouts, in my case Hindi, close the window.
Upon restarting X, select your language from the login screen, and make sure your desktop is GNOME. Voila! Depending upon the translation work that has been done on your language, you should find that most of the components are localized.
Time to put the icing on the cake. Start up KKBSwitch. Depending on whether you followed my advice to experiment earlier, you now can select the new layout you just added. For those who were too eager to get to the end of the article, right-click on the icon in the status bar and select your layout. Simple.
Trending Topics
| You Need A Budget | Feb 10, 2012 |
| The Linux powered LAN Gaming House | Feb 08, 2012 |
| Creating a vDSO: the Colonel's Other Chicken | Feb 06, 2012 |
| Your CMS Is Not Your Web Site | Feb 01, 2012 |
| Casper, the Friendly (and Persistent) Ghost | Jan 31, 2012 |
| Razor-qt 0.4 - Qt based Desktop Environment | Jan 30, 2012 |
- Linux-Based X Terminals with XDMCP
- Readers' Choice Awards 2011
- 100% disappointed with the decision to go all digital.
- Parallel Programming with NVIDIA CUDA
- You Need A Budget
- Validate an E-Mail Address with PHP, the Right Way
- Python for Android
- The Linux powered LAN Gaming House
- The Linux RAID-1, 4, 5 Code
- RSS Feeds
- Gnome3 is such a POS. No one
1 hour 9 min ago - Gnome 3 is the biggest POS
1 hour 20 min ago - I didn't knew this thing by
7 hours 24 min ago - Author's reply
10 hours 49 min ago - Link to modlys
11 hours 55 min ago - I use YNAB because of the
12 hours 7 min ago - Search
17 hours 10 min ago - Question
17 hours 33 min ago - for the record
17 hours 35 min ago - That's disappointing. Thanks
19 hours 59 min ago





Comments
Gnome Panel Applet--Keyboard Switcher
Nice to see the word getting out! I chose my native language in the login manager to see what would happen a few months ago--hadn't noticed the option before. Lo and behold--my entire Gnome session was in Swedish! All I had to do was install a Swedish dictionary for OOo and I was off...
Gnome has a native keyboard switcher, which works great, I've got the Swedish characters written on my 'board in permanent marker. Right click on panel add/utilities/keyboard switcher.
:D
Re: Gnome Panel Applet--Keyboard Switcher
Just a comment, but you should try out Datacal's overlays:
http://www.datacal.com/dce/finnish-swedish-overlays.htm
I had them once on a US keyboard and they seemed to work pretty well. Of course, I admire the person who actually installed them. I fumble at replacing RAM...
Re: Setting Up FC2 to Speak Your Language
Do you know how to get localized font support in mozilla mail? (for writing emails).
Re: Setting Up FC2 to Speak Your Language
HI
I can write my mail in Mozilla mail and KMAIL both in my local language. Nothing needs to be done, you just have to change your language using kkbswitch as explained in the article and then you can type mails in your local language.