sets text labels for page switching and document zooming options in PDF viewer
webix.i18n.PDFviewer = {
of:"of",
automaticZoom:"Automatic Zoom",
actualSize:"Actual Size",
pageFit:"Page Fit",
pageWidth:"Page Width",
pageHeight:"Page Height"
};
webix.i18n.setLocale();
You need to call setLocale to apply the new format settings.