локаль по умолчанию для текста в Spreadsheet
webix.i18n.spreadsheet = {
"labels": {
// форматы
"common": "Common",
"currency": "Currency",
"number": "Number",
"percent": "Percent",
// названия
"undo": "Undo/Redo",
"font": "Font",
"text": "Text",
"cell": "Cell",
"align": "Align",
"format": "Format"
...
},
"tooltips": {
"color": "Font color",
"background": "Background color",
"font-family": "Font family",
"font-size": "Font size",
"text-align": "Horizontal align",
...
},
"menus":{
"remove-sheet": "Remove sheet",
"rename-sheet": "Rename sheet",
"file": "File",
"new": "New",
"new-sheet": "New sheet"
...
}
};
webix.i18n.setLocale();
Смотрите полное содержание файла локали в соответствующей статье по локализации SpreadSheet.