Hi,
I have a problem with outputing months names in Polish language, Im using date filedtype, choosing date with datepicker and then outputing it in my template.
i spend some times reading forums, in example this Topic: http://processwire.com/talk/topic/1751-cant-get-pw-to-output-german-month-names/
None of things work for me.
in config.php
$config->timezone = 'Europe/Poland';
in wire\modules\LanguageSupport\LanguageSupport.module
if($locale != '0') setlocale(LC_ALL, 'pl_PL ');
Still have english month names, what im doing wrong ?
Regars Paweł