spreadsheet

default locales for Spreadsheet labels and tooltips

object spreadsheet;

Example

webix.i18n.spreadsheet = {
    "labels": {
        // formats
        "common": "Common",
        "currency": "Currency",
        "number": "Number",
        "percent": "Percent",
        // titles
        "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

See the full content of the locale file in the corresponding article on SpreadSheet localization.

See also
Back to top
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.