Localization in Xamarin.Android PDF Viewer

10 May 20221 minute to read

Localization is the process of configuring the application to a specific language. PdfViewerControl supports to localize its static text.

Create String.xml in resource file in Android

Location- ProjectName.Android/Resources/values/Strings.Xml

SfPdfViewer

In below screenshot we have localized the text in PDF Viewer in Xamarin.Android from English to French language.

PDF Viewer with localized text

PDF Viewer in Xamarin.Android