[SOLVED] The gettext option
xinca
![]()
Joined: 2002-09-28
Posts: 86 |
![]() |
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? ---- |
|
bharat
![]()
Joined: 2002-05-21
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. |
|
xinca
![]()
Joined: 2002-09-28
Posts: 86 |
![]() |
Thanks bharat for your quick reply. I will ask them to recompile PHP with that gettext option. :D |
|
xinca
![]()
Joined: 2002-09-28
Posts: 86 |
![]() |
It works now after the re-compile :lol: |
|
zainix
![]()
Joined: 2010-03-11
Posts: 1 |
![]() |
open your php configure file in your C:/windows/php.ini FIND: ;extension=php_gettext.dll than,reconfigure PHP with the gettext option enabled successfully !!! REMEMBER: You must restart your Apache Server ! |
|