react-native-datepicker icon indicating copy to clipboard operation
react-native-datepicker copied to clipboard

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

Open wutiange opened this issue 5 years ago • 2 comments

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

wutiange avatar Jan 13 '20 06:01 wutiange

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

ghost avatar Jan 16 '20 01:01 ghost

locale='zh-Hans'

gtsbgogss avatar Aug 13 '20 17:08 gtsbgogss