Hi @ivpusic ,
Looks like the RSKImageCropper is supporting multiple language , does react-native-image-crop-picker also has the multi language support ? This moment, when I am cropping image, the buttons only display English text.
right now no.
@springwq if just change language follow system, in iOS,edit info.plist like:
<key>CFBundleLocalizations</key>
<array>
<string>en</string>
<string>zh_CN</string>
</array>
https://github.com/marcshilling/react-native-image-picker/issues/150
@tokinonagare Thanks! It works.
in android? :( please support me
@tokinonagare Thanks very much!
@ivpusic Is there support for this in android? Thanks!
@springwq if just change language follow system, in iOS,edit info.plist like:
<key>CFBundleLocalizations</key>
<array>
<string>en</string>
<string>zh_CN</string>
</array>
Don't work for me, I added the French language, I rebuild but nothing changes, I still have the writing in English, a solution?
Most helpful comment
@springwq if just change language follow system, in iOS,edit info.plist like:
<key>CFBundleLocalizations</key><array><string>en</string><string>zh_CN</string></array>https://github.com/marcshilling/react-native-image-picker/issues/150