Skip to content

Commit 2e6faf5

Browse files
authored
Merge pull request #3490 from syncfusion-content/UpdateLocalizationKeys
970989 - Missing localization key for error messages shown in message dialog in the PDF Viewer
2 parents 4899587 + 1a295cc commit 2e6faf5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

MAUI/PDF-Viewer/Localization.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -607,4 +607,12 @@ The following table contains the default name and value details used in the SfPd
607607
<td>CreateSignature</td>
608608
<td>Create Signature</td>
609609
</tr>
610+
<tr>
611+
<td>XFAFormNotSupportedMessage</td>
612+
<td>This PDF cannot be loaded because it contains an XFA form.</td>
613+
</tr>
614+
<tr>
615+
<td>InvalidPasswordError</td>
616+
<td>Can't open an encrypted document. The password is invalid.</td>
617+
</tr>
610618
</table>

0 commit comments

Comments
 (0)