diff --git a/Xamarin-iOS/SfPdfViewer/Localization.md b/Xamarin-iOS/SfPdfViewer/Localization.md index 7fe39039..09840607 100644 --- a/Xamarin-iOS/SfPdfViewer/Localization.md +++ b/Xamarin-iOS/SfPdfViewer/Localization.md @@ -11,9 +11,202 @@ documentation: UG Localization is the process of configuring the application to a specific language. PdfViewerControl supports to localize its static text. +SfPdfViewer uses the following static text that can be localized in application level: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
KeywordText(English)
sfpdfviewer_copyCopy
sfpdfviewer_highlightHighlight
sfpdfviewer_underlineUnderline
sfpdfviewer_strikeoutStrikeout
sfpdfviewer_continuouspagemodeContinuous Pages
sfpdfviewer_singlepagemodePage By Page
sfpdfviewer_doneDone
sfpdfviewer_OkOK
sfpdfViewer_signaturepad_titleCreate Signature
sfpdfViewer_signaturepad_cancelCancel
sfpdfViewer_signaturepad_clearClear
sfpdfviewer_signaturepad_doneDone
sfpdfviewer_bookmarks_titleBookmark
sfpdfviewer_no_bookmarks_textNo Bookmark
sfpdfviewer_pagenavigationalert_titleGo to page
sfpdfviewer_pagenavigationalert_messageEnter page Number
sfpdfviewersearchplaceholdertextEnter text to search
sfpdfviewer_searchresult_titleSearch Result
sfpdfviewer_searchresult_nomatchNo matches were found
sfpdfviewer_searchresult_nomoreoccurrenceNo more matches were found
sfpdfviewer_passwordalert_titleEnter Password
sfpdfviewer_passwordalert_messageEnter the password to open this PDF File
sfpdfviewer_passwordalert_errorTextInvalid Password
sfpdfviewer_passwordalert_placeholderPassword
sfpdfviewer_printalert_titleError
sfpdfviewer_printalert_messagePassword protected document cannot be printed
sfpdfviewer_printalert_okOK
sfpdfviewer_undoUndo
sfpdfviewer_redoRedo
sfpdfviewer_saveSave
sfpdfviewer_printPrint
sfpdfviewer_scaleratioScale Ratio
sfpdfviewer_hyperlink_titleOpen Web Page
sfpdfviewer_hyperlink_openOpen
sfpdfviewer_hyperlink_messageDo you want to open the page
sfpdfviewer_hyperlink_cancelCancel
+ +To localize the SfPdfViewer, follow the steps in application level: + Create Localizable.strings in resource file in iOS. -Location- ProjectName.iOS/Resources/fr-FR/Localizable.strings +Location- ProjectName.iOS/Resources/fr-FR.lproj/Localizable.strings ![SfPdfViewer](pdfviewer_images/iosresources.png) diff --git a/Xamarin-iOS/SfPdfViewer/pdfviewer_images/iosresources.png b/Xamarin-iOS/SfPdfViewer/pdfviewer_images/iosresources.png index 7d8241b1..64f839f8 100644 Binary files a/Xamarin-iOS/SfPdfViewer/pdfviewer_images/iosresources.png and b/Xamarin-iOS/SfPdfViewer/pdfviewer_images/iosresources.png differ