scheduler locale-language and selected view

Hi,

How can i set scheduler to my locale and language?

On te other hand, i want to select month view by default.

Can you help me with these 2 questions?

Thanks in advance!

regards!

Hi,

  1. Please take a look at the following article about scheduler localization:

http://docs.webix.com/mobile_calendar__localization.html

  1. Try to set scheduler.config.mode to “month” to show Month view by default:
scheduler.config.mode =  "month";
webix.ready(function(){
   ....