vinzscam/react-native-file-viewer

Viewer language

diego-lipinski-de-castro opened this issue · 1 comments

When I open a pdf in the left top there is a button with the text "Done" that its like, close or go back, is there anyway I can change that text? I need it in another language, at first I thought it was reading device language, but it isnt

Hi,
The library uses a native iOS component which rely on the native XCode localizations settings.
To specify a language different than English, you have to specify the supported language(s) in your Info.plist file, using CFBundleLocalizations or CFBundleDevelopmentRegion keys.

More info here