[SOLVED] The gettext option
xinca
Joined: 2002-09-28
Posts: 86 |
Posted: Sun, 2005-05-01 07:05 |
I wanted to the muiltilingual function but my Gallery said: "Your webserver does not support localization. Please instruct your system administrator to reconfigure PHP with the gettext option enabled." So I contacted my web host for help. But they replied: "What are you asking? You have sent an address that describes Gettext. What can I tell them now? ---- |
|
Posts: 7994
They need to compile PHP with the --with-gettext option. Without that, PHP doesn't support gettext, and we rely on that to do localization.
Posts: 86
Thanks bharat for your quick reply. I will ask them to recompile PHP with that gettext option. :D
Posts: 86
It works now after the re-compile :lol:
Posts: 1
open your php configure file in your C:/windows/php.ini
FIND: ;extension=php_gettext.dll
MODIFY: extension=php_gettext.dll
than,reconfigure PHP with the gettext option enabled successfully !!!
REMEMBER: You must restart your Apache Server !