related functionality

can we change ok in alert functionality in different language

You can use ok parameter of webix.alert command to define your own text on the button

webix.alert({
  text:"Сообщение",
  ok:"Добро"
})

http://webix.com/snippet/9c682da8

Thank you so much maksim