Internationalization - JavaScript Scheduler

javascript scheduler i18n

First Day of Week

You can set any day of week as the first day of week.

12/24 Hour Clock

The scheduler supports 12 and 24 hour clock.

Date and Time Formatting

You can use localized date and time format in the scheduler.

Translating the Scheduler Labels

All labels and built-in texts can be adjusted.

Locales

The scheduler supports 34 locales out of the box:

  • ca-es
  • cs-cz
  • da-dk
  • de-at
  • de-ch
  • de-de
  • de-lu
  • en-au
  • en-ca
  • en-gb
  • en-us
  • es-es
  • es-mx
  • eu-es
  • fi-fi
  • fr-be
  • fr-ch
  • fr-fr
  • fr-lu
  • gl-es
  • it-it
  • it-ch
  • ja-jp
  • nb-no
  • nl-nl
  • nl-be
  • nn-no
  • pt-br
  • pl-pl
  • pt-pt
  • ru-ru
  • sk-sk
  • sv-se
  • zh-cn

You can define your own locale if needed.

Setting a locale:

var dp = new DayPilot.Scheduler("dp");
dp.locale = "de-de";
dp.init();

Read more about localization [doc.daypilot.org].