You are not logged in.
Pages: 1
Hi i'm new and newbie to Linux. I use arch + gnome and my question is: How can I install the greek language as default?
Last edited by pelasgos (2012-04-04 13:10:30)
Offline
Hi!
Please, read the following first:
https://wiki.archlinux.org/index.php/Fo … ow_to_Post
https://bbs.archlinux.org/viewtopic.php?id=130309
:: Registered Linux User No. 223384
:: github
:: infinality-bundle+fonts: good looking fonts made easy
Offline
Set the locale to greek. https://wiki.archlinux.org/index.php/Locale
Some packages have language packs (e.g. libreoffice-el, firefox-i18n-el).
Offline
Set the locale to greek. https://wiki.archlinux.org/index.php/Locale
Some packages have language packs (e.g. libreoffice-el, firefox-i18n-el).
I don't want to make you nervous but i can't understand these lines:
Setting per user locale
As we mentioned earlier, some users might want to define a different locale than the system-wide locale. To do this, export the variable LANG with the specified locale in the ~/.bashrc file. For example, to use the en_AU.UTF-8 locale:
export LANG=en_AU.UTF-8
The locales will be updated next time ~/.bashrc is sourced. To update, either re-login or source it manually:
$ source ~/.bashrc
Setting collation
Collation, or sorting, is a little different. Sorting is a goofy beast and different locales do things differently. To get around potential issues, Arch used to set LC_COLLATE="C" in /etc/profile. However, this method is now deprecated. To enable this behavior, simply add the following to ~/.bashrc:
export LC_COLLATE="C"
Now the ls command will sort dotfiles first, followed by uppercase and lowercase filenames. Note that without a LC_COLLATE setting, locale aware apps sort by LC_ALL or LOCALE, but LC_COLLATE settings will be overridden if LC_ALL is set. To resolve this, add the following to your instead:
export LC_ALL=
export LC_COLLATE="C"
The language isn't Greek and in terminal it shows me this for letters on when a process is on but in Language it has Unspecified [ANSI_X3.4-1968] and when i + Greek, Modern (1453-) i leave, i come back again and it's only the unspecified chosen. Help.
Offline
NOOOO dont answer ERROR. I just needed 3 reboots and now it works fine. xD
Offline
Please edit your first post and change the title to something meaningful -- to assist others when they search for a similar topic.
If your issue is solved, prepend [Solved] to the changed title.
Offline
Please edit your first post and change the title to something meaningful -- to assist others when they search for a similar topic.
If your issue is solved, prepend [Solved] to the changed title.
How can i do this? I mean i cant find solved xD
Offline
Offline
@pelasgos: Please, spend five minutes reading the content behind the links I pasted at the very beginning of the thread...
:: Registered Linux User No. 223384
:: github
:: infinality-bundle+fonts: good looking fonts made easy
Offline
Pages: 1