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

Change language of calendar

Open diego-caceres opened this issue 7 years ago • 4 comments

Is there a way to change the calendar language to spanish for example?

Thanks

diego-caceres avatar Jun 12 '17 17:06 diego-caceres

Basically setting up moment.js locale should work, please try this PR and let me know if it helped: https://github.com/werein/react-native-dates/pull/20

jirikolarik avatar Jun 12 '17 21:06 jirikolarik

Hi, sorry for the delay on trying that, but I had been working on other parts of the app. I tried your PR but I had an exception thrown any time I tried to open the calendar, about the range function not being defined. I think the problem is about the different import from moment. The library is great, and as I only need one language, I currently did a local modification to support only spanish. When I can, I'll try to further review this. Thanks

diego-caceres avatar Jun 18 '17 14:06 diego-caceres

try this : moment.locale('th')

AutoB avatar Nov 29 '17 05:11 AutoB

Any solution yet???

ghost avatar Jan 15 '20 15:01 ghost