Posts

Showing posts with the label Language

installing language pack from command line

To install language from terminal you have to first know the code for the language (for example bn is code for Bengali and hi is the code for Hindi). Now first install the basic language packages for your desktop using the following code: sudo apt-get install language-pack-[cod] language-pack-gnome-[cod] language-pack-[cod]-base language-pack-gnome-[cod]-base It is not still done, because every other software may have its won language pack. To know which more package you have to install more you can use the following command check-language-support -l [cod] And then install those packages also. Example: Suppose you want to install language pack for Bengali, so first run the command sudo apt-get install language-pack-bn language-pack-gnome-bn language-pack-bn-base language-pack-gnome-bn-base Then run check-language-support -l bn And then from list install language packs for all applications. Source: http://askubuntu.com/questions/149876/how-can-i-install-one-language...

IBus in Ubuntu 11.04

Image
Intelligent Input Bus (IBus)   is an framework for multilingual input in Unix like software. This became the default input method for Ubuntu from the version Ubuntu 9.10.  (see wikipedia entry)  This is very easy to set up and use as an input method. There are several key board in different languages including phonetic keyboard. This was working very good till now. But I have just install new version of Ubuntu (11.04 64 bit) and there it stopped working. Thank fully I got the solution from one post in the  Linux user group of Delhi IIT.   To get it working you have to install ibus-m17n using this command. sudo apt-get install ibus-m17n Now go to language support from the System menu. Install the language you want to use. Dont forget to install input methods. (it will be install automatically if you do not uncheck any option while installing language.) and select IBus as input method in language support menu. Now go to IBus preference...