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