comments

default labels for buttons and menu options in the Comments widget

object comments;

Example

webix.i18n.comments:{
    send: "Send",
    confirmMessage: "The comment will be removed. Are you sure?",
    edit: "Edit",
    remove: "Remove",
    placeholder: "Type here..",
    moreComments:"More comments"
};
webix.i18n.setLocale();

Related samples

    See also
    Back to top