How to set "ADD SIGNATURE" Globalization

HI ALL:

I haven’t found that how to globalize the following two text files.

https://ej2.syncfusion.com/angular/documentation/pdfviewer/globalization/



1 Reply

SK Shamini Kiruba Sobers Syncfusion Team October 25, 2021 12:55 PM UTC

Hi techlandandyzhang, 

Greetings from Syncfusion support. 

You can globalize ‘Add Signature’ and ‘Add Initial’ of the handwritten signature using the keywords ‘HandwrittenSignatureDialogHeaderText’ and ‘HandwrittenInitialDialogHeaderText’ respectively. 

<script> 
    ej.base.L10n.load({ 
                'en-US': { 
                    'PdfViewer': { 
                        'PdfViewer': 'PDF Viewer', 
                        'HandwrittenSignatureDialogHeaderText': 'Add Signature', 
                        'HandwrittenInitialDialogHeaderText': 'Add Initial'                       
                    } 
                } 
            }); 
</script> 

Please note that the globalization of these texts is supported only from our 2021 Volume 3 release version 19.3.0.43. Also, we will update the UG page with the newly added texts soon. 

Regards, 
Shamini 


Loader.
Up arrow icon