Localization

By default, all names and titles in Pivot Chart are in English, but you can change it by setting a custom locale for the page.

webix.i18n.pivot = {
    apply: "Anwenden",
    bar: "Balken",
    cancel: "Abbrechen",
    groupBy: "Gruppieren nach",
    chart:"Diagramm",
    chartType: "Diagramm Typ",
    count: "zahl",
    fields: "Felder",
    filters: "Filtern",
    logScale: "Logarithmischen Skala",
    line: "Linien",
    max: "max",
    min: "min",
    operationNotDefined: "Operation ist nicht definiert",
    radar: "Netzdiagramm",
    richselect: "auswahl",
    settings: "Einstellungen",
    sum: "summe",
    text: "text",
    values: "Werte",
    valuesNotDefined: "Werte oder Gruppenfeld ist nicht definiert",
    windowTitle: "Konfiguration",
    windowMessage: "ziehen Felder auf gewunschten Sektor"
};
 
//and then initialize Pivot Chart and see your custom names
webix.ui({
    view:"pivot",
    //...
});

Related sample:  Localization

Back to top
If you have not checked yet, be sure to visit site of our main product Webix lightweight js framework and page of javascript pivot grid product.