Hi,
I have a multi-language site.
I use locales in Chronoforms.
Everything works OK.
I would like to translate date picker strings into multiple languages similarly to my form strings.
Is it possible?
ferino
I have a multi-language site.
I use locales in Chronoforms.
Everything works OK.
I would like to translate date picker strings into multiple languages similarly to my form strings.
Is it possible?
ferino
Hello ferino,
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
Date control using CFv5 date picker element
How can I format a date in the datepicker?
How can I set a default date for a datepicker?
How can I set start and end dates for a datepicker?
Datepicker problems with FireFox
My datepicker is hidden behind the form
Which datepicker should I use?
Adding a Datepicker for ChronoForms v5
Why are my datepicker fonts too big?
How can I link a datepicker to an image or link?
How do I set the date-picker language?
How can I link two datepickers?
Using the jQuery UI datepicker
How can I add a JQuery datepicker?
P.S: I'm just an automated service😉
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
Date control using CFv5 date picker element
How can I format a date in the datepicker?
How can I set a default date for a datepicker?
How can I set start and end dates for a datepicker?
Datepicker problems with FireFox
My datepicker is hidden behind the form
Which datepicker should I use?
Adding a Datepicker for ChronoForms v5
Why are my datepicker fonts too big?
How can I link a datepicker to an image or link?
How do I set the date-picker language?
How can I link two datepickers?
Using the jQuery UI datepicker
How can I add a JQuery datepicker?
P.S: I'm just an automated service😉
I try this:
http://www.chronoengine.com/faqs/3330-how-do-i-set-the-date-picker-language
but not worked for me...
http://www.chronoengine.com/faqs/3330-how-do-i-set-the-date-picker-language
but not worked for me...
Hi ferino,
This is possible but it's not straight-forward. I think it can be done with JavaScript. I will experiment and report what I find here.
Bob
This is possible but it's not straight-forward. I think it can be done with JavaScript. I will experiment and report what I find here.
Bob
Hi Bob,
I think I figured it out:
I used variables:
data-shortdays=["_NED_", "_PON_", "_UTO_", "_STR_", "_STV_", "_PIA_", "_SOB_"]
And these variables I defined in the locales...
It seems that it works 😀
ferino
I think I figured it out:
I used variables:
data-shortdays=["_NED_", "_PON_", "_UTO_", "_STR_", "_STV_", "_PIA_", "_SOB_"]
And these variables I defined in the locales...
It seems that it works 😀
ferino
Hi Ferino,
could you be more specific about locales? I did try it but take no effect.
could you be more specific about locales? I did try it but take no effect.
Hi Homeopat,
I guess that the Locale entries will look like this
Bob
I guess that the Locale entries will look like this
_NED_=Sun
_PON_=Mon
_UTO_=Tue
_STR_=Wed
_STV_=Thu
_PIA_=Fri
_SOB_=Sat
(I may have the days in the wrong order). Then repeat for each Locale you are using.
Bob
still not working.
I set
locale: data-shortdays
language: en-gb
strict match: no
strings: _SU_=Sun
_Mo_=Mon
_TU_=Tue
_WE_=Wed
_TH_=Thu
_FR_=Fri
_SA_=Sat
what I did wrong?
I set
locale: data-shortdays
language: en-gb
strict match: no
strings: _SU_=Sun
_Mo_=Mon
_TU_=Tue
_WE_=Wed
_TH_=Thu
_FR_=Fri
_SA_=Sat
what I did wrong?
Hi homeopat
locale entries:
and Extra params in Element settings:
locale entries:
_NED_=Sun
_PON_=Mon
_UTO_=Tue
_STR_=Wed
_STV_=Thu
_PIA_=Fri
_SOB_=Sat
and Extra params in Element settings:
data-shortdays=["_NED_", "_PON_", "_UTO_", "_STR_", "_STV_", "_PIA_", "_SOB_"]
data-shortdays_indexes=[1, 2, 3, 4, 5, 6, 0]
thank you, now I understand and it works🙂
This topic is locked and no more replies can be posted.