how can change magento calendar?

Change calendar language magento?

  • How can I change the language of Magento's frontend calendar? Its a DHTML Calendar so that I can configure it in many ways. But I cant find out any multi language options. Is there any way?

  • Answer:

    The most of calendar translations are located in Mage_Page.csv file of your locale. However some variable stuff like months and weekdays are generated dynamically by Zend_Locale_Data class and can not be easily overwritten. See Mage_Core_Block_Html_Calendar::_toHtml() for more info. The quick solution would be to copy your /lib/Zend/Locale/Data/[your-locale].xml to app/code/local/Zend/Locale/Data/[your-locale].xml and modify it there but still not a very clean solution.

Vishnu Renku at Magento Visit the source

Was this solution helpful to you?

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.