Login / Status
developer.Resource
Home . Documentation . Document Library . Extension Manuals
Sponsors
hosted by punkt.deTYPO3 and Open Source MagazineAOE Media

10.3. Localization

Calendar Base supports localization using the same configuration as TYPO3 and other extensions.   The most critical and often missed step in this location is to set the appropriate locale in Typoscript. This locale information is used to generate day and month names in the correct language.

  1. Open http://www.YOUR-SITE-URL.com/typo3conf/ext/cal/misc/locales.php in your browser. This will show you a listing of all the locales available on your system.  Copy the the one that best matches your language and/or location.

  2. Within the Typoscript Setup for your page, add config.locale_all = MY_LOCALE where MY_LOCALE is the value you copied in step 1.

  3. View the Frontend Calendar pages. Day and month names should now be shown in the correct language.