Navigation
PostCalendar
Login
Known locales
Here are the known locales, please add to this list when you discover one that works with you. It would also be helpful to list your environment (apache on linux, php 4.1 etc)
These locales of course have got to be defined in your PostCalendar/pnlang/xxx/global.php (xxx being the iso 3 letter code of your language)
- German (Windows XP with Apache): define(’_PC_LOCALE’,’German_Germany’);
- German (Linux with Apache): define(’_PC_LOCALE’,’de_DE’);
- Danish: define(’_PC_LOCALE’,’da_DK.ISO_8859-1’);
- English: define(’_PC_LOCALE’,’en_US’);
- French: define(’_PC_LOCALE’,’fr_FR.iso885915@euro’);
- Norwegian: define(’_PC_LOCALE’,’no_NO.ISO8859-1’);
- Spanish: define(’_PC_LOCALE’,’Spanish_Spain.1252’);
- Bulgarian: define(’_PC_LOCALE’,’bg_BG’);
