get Localized String
Called when a string needs to be localized and has to return a localized string. Default implementation calls through to getString.
Return
Localized string to be displayed.
Parameters
Context.
Resource id of the string requested. See strings.xml
file of PSPDFKit for all possible strings.
Locale for which the string is requested for.
View that requested the string if applicable. May be null
.
Called when a string needs to be localized and has to return a localized string. Default implementation calls through to getString.
Return
Localized string to be displayed.
Parameters
Context.
Resource id of the string requested. See strings.xml
file of PSPDFKit for all possible strings.
Locale for which the string is requested for.
View that requested the string if applicable. May be null
.
Formatting arguments that should be applied to the localized string.