hypeserver / react-date-range

A React component for choosing dates and date ranges.
MIT License
2.58k stars 667 forks source link

how to change the locale? #412

Closed sabaalikhani closed 3 years ago

sabaalikhani commented 3 years ago

Hi,

I need to change the locale using this library. I changed the locale object in the props and the value of its "code" key to something other than enUS" but nothing changed. Is there any other parameter that needs to be changed? I really appreciate any help.

flobrflo commented 3 years ago

Hello, I just made the locale update in my side :

const locale = require(date-fns/locale/$myCustomLang/index.js);

then use like that : <DateRangePicker ... locale={locale} />