Calendar Language

Hi

How can I change the calendar language?

Thanks

Servoy 5.2.4

Hi Juan.

If you mean the language of the calendar that is shown in the fields type CALENDAR, you just need to add your oen i18n entries.

Find all the servoy.datechooser keys. There you can change what ever you need.

You could try,

i18n.setLocale(‘de’, ‘DE’) /** de, DE provided as sample **/
var v_date = application.showCalendar();
i18n.setLocale(‘nl’, ‘NL’)