richtext

default locales for labels of the font style buttons in the RichText control

object richtext;

Example

webix.i18n.richtext = {
    underline: "Underline",
    bold: "Bold",
    italic: "Italic"
};
webix.i18n.setLocale();

See also
Back to top