LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 05-29-2013, 03:11 PM   #1
lin66uxx
Member
 
Registered: Oct 2012
Distribution: debian11
Posts: 212

Rep: Reputation: Disabled
Installing more languages


Hi,
I have Debian 7 wheezy running on my laptop, currently it has only English, how can I install more languages?

Thanks
 
Old 05-30-2013, 01:24 AM   #2
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
It's not really clear what you mean by "install more languages" (interface? keyboard? spell-checker?...). As root or using sudo you can run the following command and add what you want.
Code:
dpkg-reconfigure locales
But as I said, I have no idea what you want to do.
jdk
 
Old 05-30-2013, 01:27 AM   #3
lin66uxx
Member
 
Registered: Oct 2012
Distribution: debian11
Posts: 212

Original Poster
Rep: Reputation: Disabled
I want for example to be able to switch between language when writing and email or when using libreoffice, currently I have only English.
On the previous linux I had (mandriva 2010) I used Shift-Shift to switch between languages and I had four different languages>

Thanks
 
Old 05-30-2013, 01:44 AM   #4
lin66uxx
Member
 
Registered: Oct 2012
Distribution: debian11
Posts: 212

Original Poster
Rep: Reputation: Disabled
I got this output
Quote:
Generating locales (this might take a while)...
de_DE.UTF-8... done
en_US.UTF-8... done
Generation complete.
How can I switch between languages ? is it Shift-Shift ?

thanks
 
Old 05-30-2013, 01:49 AM   #5
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

you'll need to answer jdkaye's question to get more help.
Quote:
Originally Posted by jdkaye View Post
It's not really clear what you mean by "install more languages" (interface? keyboard? spell-checker?...
Evo2.
 
Old 05-30-2013, 01:51 AM   #6
lin66uxx
Member
 
Registered: Oct 2012
Distribution: debian11
Posts: 212

Original Poster
Rep: Reputation: Disabled
Quote:
you'll need to answer jdkaye's question to get more help.
I want for example to be able to switch between language when writing an email or when using libreoffice, currently I have only English.
On the previous linux I had (mandriva 2010) I used Shift-Shift to switch between languages and I had four different languages>

Thanks
 
Old 05-30-2013, 01:57 AM   #7
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
interface? keyboard? spell-checker?

Evo2.
 
Old 05-30-2013, 02:02 AM   #8
lin66uxx
Member
 
Registered: Oct 2012
Distribution: debian11
Posts: 212

Original Poster
Rep: Reputation: Disabled
I don't realy know what is interface, but I guess it is keyboard, I want to be able to switch between languages, if you can help me to add spell checking to these new languages, then that would be great !

thanks
 
Old 05-30-2013, 02:16 AM   #9
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,
Quote:
Originally Posted by lin66uxx View Post
I don't realy know what is interface, but I guess it is keyboard,
Ok, interface in this context normally refers to the gui. So, the language used in the menus and dialogs or whatever program you are running. This is normally called localisation or "l10n". There are separate libreoffice l10n packages for different localisations. Perhaps you'd be interested in libreoffice-l10n-de which provides what is needed for a German language interface and and templates for libreoffice.
Quote:
I want to be able to switch between languages,
...

Quote:
if you can help me to add spell checking to these new languages, then that would be great !
That would typically require different dictionaries. What spell checking program are you currently using (I don't use libreoffice so I don't know what spell checking backends are available).

Evo2.
 
Old 05-30-2013, 02:19 AM   #10
lin66uxx
Member
 
Registered: Oct 2012
Distribution: debian11
Posts: 212

Original Poster
Rep: Reputation: Disabled
No, I don't want to change the language of the menus and windows.
I just want debian 7 to support more languages,such as DE.
I choosed the de option under dpkg-reconfigure, but still there is only english.
 
Old 05-30-2013, 02:32 AM   #11
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,
Quote:
Originally Posted by lin66uxx View Post
I just want debian 7 to support more languages,such as DE.
In general Debian does "support" other languages. The only specific thing you've said so far is that you want spell checking in German. I asked what spell checking software you use, but you did not answer. I did some research and it seems libreoffice uses myspell. So...
Code:
apt-get install myspell-de-de
Quote:
I choosed the de option under dpkg-reconfigure, but still there is only english.
To use that locale you need to:
Code:
export LANG=de_DE.UTF-8
(but I suspect this is not really what you are after). For more info about locales see: http://wiki.debian.org/Locale

Evo2.
 
Old 05-30-2013, 02:41 AM   #12
lin66uxx
Member
 
Registered: Oct 2012
Distribution: debian11
Posts: 212

Original Poster
Rep: Reputation: Disabled
Lets forget about spell-checking for the moment.
After choosing the additional languages under dpkg-reconfigure, how do I make them active, just choosing them and clicking OK is not enough?

Thanks
 
Old 05-30-2013, 02:53 AM   #13
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,
Quote:
Originally Posted by lin66uxx View Post
Lets forget about spell-checking for the moment.
Ok... but that is the only request I really understand so far.

Quote:
After choosing the additional languages under dpkg-reconfigure, how do I make them active, just choosing them and clicking OK is not enough?
Not sure what you mean by clicking (does dpkg-reconfigure have some sort of gui frontend?). You can select multiple locales and then select "<Ok>". Then you will be presented with the list of locales that you selected. You can highlight one, and select "<Ok>" again to select the default locale.

To use a locale other that the default you can export the LANG environment variable as in my earlier post. This can be done for a single terminal, or by putting it in one of your bash dot files (eg ~/.bashrc), or perhaps even as a setting in Gnome (I assume that is what you are using).

Evo2.
 
Old 05-30-2013, 03:03 AM   #14
lin66uxx
Member
 
Registered: Oct 2012
Distribution: debian11
Posts: 212

Original Poster
Rep: Reputation: Disabled
Hi,
I choosed the option using space.
Yes I use Gnome, but could not find any where how to set another language.
What I want is this; for example, when I click compose in gmail, I want to be able to write in different language rather than English,
this is done if the OS supports multiple languages using SHIFT-SHIFT.

Now, on my debian 7, I only have English, I want to have more languages, German for example.
Is it clear now ?

thanks

Last edited by lin66uxx; 05-30-2013 at 03:21 AM.
 
Old 05-30-2013, 03:27 AM   #15
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,
Quote:
Originally Posted by lin66uxx View Post
I choosed the option using space.
ok, that makes sense.

Quote:
What I want is this; for example, when I click compose in gmail, I want to be able to write in different language rather than English,
this is done if the OS supports multiple languages using SHIFT-SHIFT.
Ahh, now you are talking about input. That is something different again.
Quote:
Now, on my debian 7, I only have English, I want to have more languages, German for example.
Is it clear now ?
More clear. I use ibus to switch between different input methods. I've installed "ibus" which is the input framework and "im-config" so that I can set up the different input methods.
Then I also installed various input methods and utilities: buz-mozc mozc-utils-gui ibus-table ibus-table-latex.
I then ran im-config to set it all up, including the hot key to switch between input methods (from your posts it seems you are used to having "Shift-Shift" for this). I'm not familiar with German input, but I guess it should be much simpler since it is base on the Roman alphabet. It may be as simple as switching the keyboard layout. What actually happened when you hit "Shift-Shift" on Mandriva?

Note that a search for "german input debian" should yeild useful results.

Evo2.
 
  


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
Installing games, configuring a wireless internet connection falcon2 Linux - Games 1 04-20-2008 09:19 PM
installing and configuring wireless drivers on a acer aspire 5670 laptop twon Linux - Newbie 11 07-30-2007 06:52 AM
Trouble configuring / installing wireless card Tresmius Linux - Wireless Networking 2 03-11-2007 06:20 PM
languages of linux: which languages can be choosen in suse and red-hat distributions? Klaus Schnorr Linux - Software 3 09-10-2005 02:19 AM
installing languages mihailolja Linux - General 2 07-10-2003 03:26 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 03:07 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