hi,
...
online: Preferred locale for german on this system is 'de_DE@euro'
offline: Preferred locale for german on this system is 'German_Germany.1252'
my online server doesn´t know 'deu_deu'.
therefor is working:
/* different locale namen for german up to PHP 4.3.0 */
setlocale(LC_ALL, 'de_DE@euro', 'de_DE', 'deu_deu');
I set it in the beginning of every template-default.php
f.e.: html\com_eventlist\categoryevents\default.php
...
but what happens with a multilanguage site, when f.e. the english version is called?
Than I have to work with if(){...} - constructs?
best regards, Jose
(btw. if I think about a calender-component with easy-use-pretensions,
this date-"processing" seems to me a little like the utilization-drawback)
- beyond all question that EL is a gread component! & thank you!