The help with transfer and

11 years 9 months ago #994 by info@maniton.ru
The help with transfer and was created by info@maniton.ru
Good afternoon, thanks for the remarkable module. But there is a problem with transfer. I ask to help, it is necessary for me to change month to Russian, I ask the help

Please Log in to join the conversation.

More
11 years 9 months ago #1005 by sysgenmedia
Replied by sysgenmedia on topic The help with transfer and
The name of the month is handled by your local PHP configuration. However you can try to override it by adding the following code to the top of /components/com_imagecalendar/imagecalendar.php after line 12, defined('_JEXEC') or die('Restricted access'); so it looks like this:
defined('_JEXEC') or die('Restricted access');
@setlocale(LC_ALL, 'ru_RU.ISO_8859-5'); 

Jared

Please Log in to join the conversation.

More