Skip to content
View Categories

Translate Text

< 1 min read

Table of Contents
Experimental customizations are not included by default and are extended to the plugin. Please use with caution and proper consent.

Case: #

Translate the text in Controls

Demo: #

Process: #

We use onReady function to detect the viewer state. These are added to DEARPDF.defaults variable so that every flipbook on the page uses the customization.

<script>
    jQuery(function(){
        DEARPDF.defaults.text.downloadPDFFile = "Translated Download PDF File Text";
    });
</script>

Available Variables : Default Text

close : "Close"
doublePageMode : "Double Page Mode"
downloadPDFFile : "Download PDF File"
gotoFirstPage : "Goto First Page"
gotoLastPage : "Goto Last Page"
loading : "Loading"
mailBody : "Check out this site {{url}}"
mailSubject : "I wanted you to see this FlipBook"
nextPage : "Next Page"
pageFit : "Fit Page"
pause : "Pause AutoPlay"
play : "Start AutoPlay"
previousPage : "Previous Page"
print : "Print"
resetZoom : "Reset Zoom"
search : "Search in PDF"
share : "Share"
singlePageMode : "Single Page Mode"
toggleFullscreen : "Toggle Fullscreen"
toggleHelp : "Toggle Help"
toggleOutline : "Toggle Outline/Bookmark"
toggleSound : "Turn on/off Sound"
toggleThumbnails : "Toggle Thumbnails"
widthFit : "Fit Width"
zoomIn : "Zoom In"
zoomOut : "Zoom Out"
Available Variables:

For WordPress, please read on 
How to add Custom Code to WordPress Pages

Leave a Reply

Your email address will not be published. Required fields are marked *