xgfe / react-native-datepicker

react native datePicker component for both Android and IOS, useing DatePikcerAndroid, TimePickerAndroid and DatePickerIOS
MIT License
2.12k stars 726 forks source link

Why ios does n’t support Chinese, it ’s all English。 #394

Open wutiange opened 4 years ago

wutiange commented 4 years ago

I use this plug-in, it can be used on android, if you switch Chinese, the language in the date will automatically become Chinese, you can ios, but I need to set anything special

ghost commented 4 years ago

<DatePicker ... locale={I18n.t('locale')} // replace it to your locale code, for chinese it can be 'zh-cn' ... />

gtsbgogss commented 3 years ago

locale='zh-Hans'