messagesObject

Specifies the localization messages of the PDFViewer.

Example

<div id="pdfviewer"></div>
<script type="module">
$("#pdfviewer").kendoPDFViewer({
    messages: {
        defaultFileName: "My Document",
        toolbar: {
            open: "Abrir",
            download: "Descargar"
        }
    },
    pdfjsProcessing: {
        file: {
            url: "https://demos.telerik.com/kendo-ui/content/web/pdfViewer/sample.pdf"
        }
    }
});
</script>

Related Properties

In this article
messagesRelated Properties
Not finding the help you need?
Contact Support