LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   languages support (https://www.linuxquestions.org/questions/linux-newbie-8/languages-support-43491/)

murshed 01-31-2003 05:15 AM

languages support
 
hi all

well .. my friend is trying to add the arabic support in linux redhat 8 .... i told him about the way but he was saying that the flag was not appearing down in the task bar

he was sure that he added the support like that appears in this pic:

http://www.c4arab.com/images/lessons.../snapshot2.png

and he was sure that he clicked apply and ok ..

but the american flag ( for english) was not appearing .. so he can't click on it to change the language

what might be the problem?

is there any other way to change the language other than clicking on the flag?

thanks in advance

Mara 01-31-2003 07:31 AM

Does he have Arabic locales installed? He needs: locales-ar and kde-i18-ar (both included in distros).

murshed 01-31-2003 09:08 AM

i think so .. well during the installation he choosed the arabic language support .. this should be it right?

thanks

Mara 01-31-2003 09:27 AM

It should be right. But it isn't. So I gues he should check if those packages are installed, in RPM based system:
rpm -qa|grep ar
It will show all the packages with 'ar' string in their name.

murshed 01-31-2003 10:18 AM

ok thanks .. i'll be back with an answer

murshed 02-02-2003 05:46 AM

he says that he didn't find any of these packages on any of thee CDs he have

i googled for kde-i18-ar but no results were there

locales-ar was not enough ..


could you please give me a link for these packages or any other thing that might help
thanks

Mara 02-02-2003 11:52 AM

I just found out that RH does not support Arabic. Strange... What he may try to do:
1) Install Arabic forns. Meybe this RPM will install : http://redhat.ifsic.univ-rennes1.fr/...-1.noarch.html
(clik the 'fonts-arabic' string).
2) Download ftp://ftp.kde.org/pub/kde/stable/3.0...-3.0.5.tar.bz2
It's source version of Arabic KDE translation. It's not an RPM, so the installation is a bit harder, but not much. When the file's unpacked in a sefe place (bunzip 2 kde-i18n-ar-3.0.5.tar.bz2 & tar xvf kde-i18-ar-3.0.5.tar), enter the directory it created and type:
./configure --prefix=/usr
make
make install
(the last command - as root).


All times are GMT -5. The time now is 10:40 PM.