I m trying to build a website that supports multi-language (English and Arabic), but I faced series of problems which got me confused, so allow me to say the whole story in order to get my self clear:
1. I insatalled i18N package using the command
Code: Select all
pear install i18N2. I updated the pear at whole using the command
Code: Select all
pear upgradeCode: Select all
pear install --alldeps3.By checking Common subfolderwhich lies in the installed I18N package, I didn't find Arabic language of any country ( I want Arabic,Egypt), I thought it may be due to the deprecation problem, so I started looking for the package called intl within the pear.php.net channel but I found myself facing another error message indicating that the intl package is in pecl not pear.php.net
Finally
4. Typing
Code: Select all
pecl install intl[text]Warning: channel "pecl.php.net" has updated its protocols, use "pecl channel-update pecl.php.net" to update
downloading intl-1.1.2.tgz...
starting downloading intl1.1.2.tgz
........done
97 resource files, building
Warning: php_bin C:\Xampp\php\php.exe appears to have suffix \php.ex, but config variable php_suffix does not match
Error: The DSP intl.dsp does not exist
[/text]
Noting that I downloaded the PHP 5.3.1 included in the Xampp 1.7.3
I got really confused, can anyone help and guide me please? thank you