Localization keys for PDFViewer Control on Xamarin.Android platform

Hi,

Could you please provide me with the keys used for localization on the Xamarin.Android platform for the PDFViewer control?
On the official documentation for Xamarin.Android PDFViewer control there are only a couple keys that I don't need. I would need the Signature pad keys. I managed to get the title key, but the done, cancel and clear keys I cannot figure out.

There is a list of keys on the Xamarin.Forms PDFViewer control documentation. What I managed to use from there is the following:

Xamarin.Forms => Xamarin.Android

SfPdfViewerSignaturePadTitle => sfpdfviewer_signaturepad_title  ->  works

SfPdfViewerSignatureCancel => sfpdfviewer_signature_cancel -> doesn't work
SfPdfViewerDone => sfpdfviewer_done -> doesn't work
SfPdfViewerClear => sfpdfviewer_clear-> doesn't work

Kind regards,
Matej

5 Replies 1 reply marked as answer

MK Muralitharan Karikalan Syncfusion Team March 3, 2021 02:14 PM UTC

Hi Matej, 
 
Greetings from Syncfusion support, 
 
Based on your requirement, we have created a simple sample for localizing the signature pad keys. Please find the sample link below, 
 
 
Kindly let us know, the provided sample satisfied your requirement. 
 
Regards, 
Muralitharan K 


Marked as answer

UN Unknown Syncfusion Team March 3, 2021 02:58 PM UTC

Hi,

The keys work OK. But I'm having another issue, I don't know if it is related to the localization but the "sfpdfviewer_signaturepad_done" key goes out of bounds of the signature pad. I have attached an image, please take a look. Image

The keys I'm using are as follows:

  <string name="sfpdfviewer_signaturepad_title">Digitalni potpis</string>
  <string name="sfpdfviewer_signaturepad_done">Završi</string>
  <string name="sfpdfviewer_signaturepad_clear">Očisti</string>
  <string name="sfpdfviewer_cancel">Zatvori</string>

P.S. I tried to use the french? localization you provided in your sample but it still goes to the edge of the signature pad, and the "sfpdfviewer_cancel" key localization is bold for some reason.

Regards,
Matej


MK Muralitharan Karikalan Syncfusion Team March 4, 2021 02:11 PM UTC

Hi Matej,   
     
We were unable to reproduce the issue, “Signature pad is not localized properly” and it is working as expected. Could you please try the below-provided sample and let us know whether we have missed out anything while replicating the issue.  
    
Please find the sample in the below link, which we have used to reproduce the issue in our end  
https://www.syncfusion.com/downloads/support/directtrac/general/ze/Signature_localization1990346387.zip                                                                                                                                         
 
 
 
We suspect that the issue is due the device layouts. Kindly share the following details to analyze more on this issue and assist you with the better solution     
1.Simple sample/ modify the above sample to reproduce the issue.    
2.Replication video/procedure to reproduce the issue.   
3.SfPdfviewer version 
4.Device Information(OS , Model) 
   
Regards,   
Muralitharan K 


AS Amos Smith July 13, 2021 08:38 AM UTC

Thank you for sharing this!



VD Vikram Devaraj Syncfusion Team July 14, 2021 06:54 AM UTC

Hi Matej,


Greetings from Syncfusion support,
 
 
You’re most welcome. 

 

Regards,
Vikram D
 


Loader.
Up arrow icon