LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-29-2012, 06:38 AM   #1
piyushvaishnav1000
LQ Newbie
 
Registered: Sep 2012
Location: gujarat india
Posts: 6

Rep: Reputation: Disabled
language


how set gujarati language setting
 
Old 09-29-2012, 07:42 AM   #2
Randicus Draco Albus
Senior Member
 
Registered: May 2011
Location: Hiding somewhere on planet Earth.
Distribution: No distribution. OpenBSD operating system
Posts: 1,711
Blog Entries: 8

Rep: Reputation: 635Reputation: 635Reputation: 635Reputation: 635Reputation: 635Reputation: 635
That depends on which operating system you are using and occasionally on which desktop environment you are using. (KDE has a language locale configuring tool. Gnome, XFCE, and I believe LXDE, do not.) The procedure varies with the distribution (operating system).

In other words, a little information about your system would be helpful.
If you are using Debian, in a terminal type
Code:
dpkg-reconfigure locales
 
2 members found this post helpful.
Old 10-02-2012, 02:10 AM   #3
piyushvaishnav1000
LQ Newbie
 
Registered: Sep 2012
Location: gujarat india
Posts: 6

Original Poster
Rep: Reputation: Disabled
thanxxx i am begginer dont know how post.....i using ubuntu 10.4...
 
Old 10-02-2012, 02:12 AM   #4
piyushvaishnav1000
LQ Newbie
 
Registered: Sep 2012
Location: gujarat india
Posts: 6

Original Poster
Rep: Reputation: Disabled
i want install gujarati indic ime 5.1 in linux ubuntu 10.4...
 
Old 10-02-2012, 11:07 AM   #5
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,634

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by piyushvaishnav1000 View Post
i want install gujarati indic ime 5.1 in linux ubuntu 10.4...
Right..you've said that THREE TIMES now. What you haven't done is answer Randicus Draco Albus question about which desktop environment you're using. You also haven't said if you bothered trying the command he provided, or what the results of that command were. Unless YOU provide details and answer questions, we can't help you, no matter how many times you ask the same thing.

And did you try to look this up on Google or the Ubuntu forums?

http://ubuntuforums.org/showthread.php?t=1517408
 
Old 10-02-2012, 12:01 PM   #6
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,140

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
Let's sort this out step by step.

1. Make sure you have a Gujarati font installed. Run the character map from the accessories menu, select "view by script", and see if it shows anything when you select Gujarati. If you haven't got one, use your package installer to find a font: Ubuntu is bound to have one.

2. Run the software installer and look for the language packs, and then install the Gujarati one.

3. Somewhere in the menu (system settings, system preferences) you'll have a tool to reconfigure the keyboard. There you can install a Gujarati keyboard driver and say which one you want as the default. You can also (click on Options) select a key to change the layout. Scroll-lock is a good choice, as you can also set the scroll-lock light to indicate when using the other keyboard.

4. Set your locale. This tells your computer the usual language, your local currency, weights and measures, even the size of paper used to print on. Open a terminal and type locale. I get a block of information starting with LANG=en_GB.utf8. Yours probably starts with LANG=en_IN.utf8 and what you want is LANG=gj_IN.utf8. I think you change it using System settings and then Language support.

5. Set your language in LibreOffice. Click on Tools - Options - Language settings - Languages. Then tick the box "Enable complex text layout" and pick Gujarati in the drop-down list marked CTL.

If there are any problems, come back and tell us.
 
1 members found this post helpful.
Old 10-03-2012, 12:39 AM   #7
jsaravana87
Member
 
Registered: Aug 2011
Location: Chennai,India
Distribution: Redhat,Centos,Ubuntu,Dedian
Posts: 558
Blog Entries: 5

Rep: Reputation: Disabled
Hi


#you can also change your locale in ubuntu by editing the folloing configuration file.First make sure you had installed the gujarat font



Go to the ubuntu system configuration diretory

$ cd /etc/sysconfig


Quote:
Make backup copy of your language setting file before doing any changes


$ cp i18n i18n.backup


Edit language setting file to allow Gujarat as default.

$ vim i18n

Edit the file : $ LANG="gj_IN.utf8".

Then make a reboot to make tha change to take active

Last edited by jsaravana87; 10-03-2012 at 12:40 AM.
 
1 members found this post helpful.
Old 10-03-2012, 10:25 AM   #8
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,140

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
@ Arun
If you can change locale from a tool in the menu, why should the OP want to edit a file? And is it kind to tell a beginner to use vi, of all things?
 
Old 10-03-2012, 11:56 AM   #9
amani
Senior Member
 
Registered: Jul 2006
Location: Kolkata, India
Distribution: Debian 64-bit GNU/Linux, Kubuntu64, Fedora QA, Slackware,
Posts: 2,766

Rep: Reputation: Disabled
Quote:
Originally Posted by DavidMcCann View Post
@ Arun
If you can change locale from a tool in the menu, why should the OP want to edit a file? And is it kind to tell a beginner to use vi, of all things?
Moreover all those commands should start with sudo in Ubuntu (default).
 
Old 10-03-2012, 10:21 PM   #10
piyushvaishnav1000
LQ Newbie
 
Registered: Sep 2012
Location: gujarat india
Posts: 6

Original Poster
Rep: Reputation: Disabled
thanxxxxxx
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Is Assembly Language considered a Structured Language? theKbStockpiler Programming 4 01-30-2011 09:09 AM
[SOLVED] Can the language of fedora boot message change to other language, zh_CN,e.g.? jimtony Fedora 2 01-11-2011 03:03 AM
can't differentiate system language from keyboard language? lilou_b Linux - Newbie 3 04-14-2010 05:47 PM
Good linux chinese language language program? darsunt Linux - Software 1 04-10-2009 12:06 PM
Which Language? dawizman Programming 51 05-17-2004 10:35 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:13 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration