Hello,
I've read almost everything here about datepicker and language. But not found answer for my question.
I use Joomla 3.3, Chronoforms V4.0.5, 2 languages in website.
If I switch to the first language (cs-CZ), datepicker (Mootools) shows names of days and months perfect. But if I switch to the second language (sk-SK) all names are english and date is different from the input field.
I don't understand how to switch from one language to the other. Or where can I find the file with right translation or how to create new one.
Thanks for your help.
I've read almost everything here about datepicker and language. But not found answer for my question.
I use Joomla 3.3, Chronoforms V4.0.5, 2 languages in website.
If I switch to the first language (cs-CZ), datepicker (Mootools) shows names of days and months perfect. But if I switch to the second language (sk-SK) all names are english and date is different from the input field.
I don't understand how to switch from one language to the other. Or where can I find the file with right translation or how to create new one.
Thanks for your help.
Hi Bob,
I found this article. But unfortunately I don't understand what does it mean. I tried add the code to Load JS action but nothing happend. And the other code I don't now what to do with. And link with turkish sample doesn't work.
I found this article. But unfortunately I don't understand what does it mean. I tried add the code to Load JS action but nothing happend. And the other code I don't now what to do with. And link with turkish sample doesn't work.
Can you anybode give me an advice how to add new language? Languages included in chronoforms work perfect. But there is no slovak translation so I'd like to add it.
I found the solution:
Add translation to mootools-more.js.
Add Locale.use('sk-SK'); to Load JS action - here I made a failure. I added Load JS action into top, should be after Show HTML http://www.chronoengine.com/forums/posts/f26/t67295.html
Now it works.
Add translation to mootools-more.js.
Add Locale.use('sk-SK'); to Load JS action - here I made a failure. I added Load JS action into top, should be after Show HTML http://www.chronoengine.com/forums/posts/f26/t67295.html
Now it works.
This topic is locked and no more replies can be posted.