spreadsheet

локаль по умолчанию для текста в Spreadsheet

object spreadsheet;

Example

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();

Details

Смотрите полное содержание файла локали в соответствующей статье по локализации SpreadSheet.

See also
Наверх
If you have not checked yet, be sure to visit site of our main product Webix js framework and page of spreadsheet javascript library product.