How do I change the translation of “TimePicker” button in italian ?
Thanks.
Marco.
How do I change the translation of “TimePicker” button in italian ?
Thanks.
Marco.
did you try languages > search for it and change… most propably will be in java script section
this if works will make it changed on SC level for all projects
otherwise you will need to play with the js file of the calendar picker
in JavaScript -> lang_jscr_hour the translation is ok, but when i run the timepicker the language is only in english.
In scriptcase/prod/third/jquery_plugin/timepicker/jquery.ui.timepicker.js there is:
this.regional[''] = { // Default regional settings
hourText: 'Hour', // Display text for hours section
minuteText: 'Minute', // Display text for minutes link
amPmText: ['AM', 'PM'], // Display text for AM PM
closeButtonText: 'Done', // Text for the confirmation button (ok button)
nowButtonText: 'Now', // Text for the now button
deselectButtonText: 'Deselect' // Text for the deselect button
};
Can I try to change it ???
[QUOTE=cerelli;28057]
Can I try to change it ???[/QUOTE]
try it, why not!? keep a backup file, change the language (watch the quotes…etc) and see what happens! if worked, then i think you will need to re-adjust it each time you upload the prod again because this will be overritten by scriptcase each time you upload new production or _lib?