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