Hi,
I am trying to customize the datepicker to work in Finnish. The tutorial trick using JS like:
does not work. The datepicker actually stops working. If I use simply "locale.use('fi-FI')" the result is the same.
The datepicker user settings for days of the week names and month names also work incorrectly. The delimiter seems to be tricky, since now, using single quotes and comma delimiter, only seven first characters of the string (quotes and spaces included), are used for the seven days, respectively. Same problem with month names.
So currently all attempts to customize the language have failed. Any ideas??
regards, Harri
I am trying to customize the datepicker to work in Finnish. The tutorial trick using JS like:
<?php
$lang =& JFactory::getLanguage();
$tag = $lang->getTag();
echo "Locale.use('{$tag}');";
?>
does not work. The datepicker actually stops working. If I use simply "locale.use('fi-FI')" the result is the same.
The datepicker user settings for days of the week names and month names also work incorrectly. The delimiter seems to be tricky, since now, using single quotes and comma delimiter, only seven first characters of the string (quotes and spaces included), are used for the seven days, respectively. Same problem with month names.
So currently all attempts to customize the language have failed. Any ideas??
regards, Harri