search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Daypilot Navigator in french

Asked by Anonymous
4 years ago.

Dear all,

is it possible to change month and day in french in Dapilot Calendar ?

Best regard

Answer posted by Dan Letecky [DayPilot]
4 years ago.

Yes, just specify the locale when creating the DayPilot.Navigator instance:

var nav = new DayPilot.Navigator("nav");
nav.locale = "fr-fr";
nav.init();

See also:
https://api.daypilot.org/daypilot-navigator-locale/

The "fr-fr" locale is built in:
https://api.daypilot.org/daypilot-locale-class/

Comment posted by Anonymous
4 years ago.

Nice.

thanks

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.