React-native-image-crop-picker: Multiple language support

Created on 3 Nov 2016  ·  7Comments  ·  Source: ivpusic/react-native-image-crop-picker

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.

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

All 7 comments

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>

react-native-community/react-native-image-picker#150

Don't work for me, I added the French language, I rebuild but nothing changes, I still have the writing in English, a solution?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

manojshrimalla picture manojshrimalla  ·  3Comments

pavsidhu picture pavsidhu  ·  3Comments

althurzard picture althurzard  ·  3Comments

leelandclay picture leelandclay  ·  3Comments

sergiulucaci picture sergiulucaci  ·  3Comments