You could edit localized strings in RadaeePDF SDK by editing Localizable.string in iOS and .xml in Android
RadaeePDF iOS Tiled - ENG (before v4):
../PDFViewer/en.lproj/Localizable.string
RadaeePDF iOS Cordova - ENG:
../com.radaee.cordova/src/ios/PDFViewer/en.lproj/Localizable.string
RadaeePDF iOS Xamarin - ENG:
../RadaeePDF-Xamarin/ios/RDPDFViewXamarin/ReaderXamarin/Resources/en.lproj
RadaeePDF Android
Structure is always:
ViewLib/src/main/res/values/strings.xml (default)
ViewLib/src/main/res/values-XXX/strings.xml (for every possible translation where XXX is language code)
RadaeePDF Android Cordova:
platforms/android/app/src/main/res/values/strings.xml (default)
platforms/android/app/src/main/res/values-XXX/strings.xml (for every possible translation where XXX is language code)
RadaeePDF Android Xamarin:
Resources/values/strings.xml (default)
Resources/values-XXX/strings.xml (for every possible translation where XXX is language code)
File's structure: "key" = "value";
RadaeePDF SDK for Android, RadaeePDF SDK for iOS, RadaeePDF SDK for Xamarin, RadaeePDF SDK for Cordova
Created : 2020-09-04 15:10:19, Last Modified : 2020-10-01 08:56:25