question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Month name not updating on language change

See original GitHub issue

When I change my moment.locale() the days of the calendar update but month names don’t unless I completely re-render my page. Is there something special about the way that calendar months are handled that I’m missing?

screen shot 2017-02-12 at 15 43 26

Issue Analytics

  • State:open
  • Created 7 years ago
  • Reactions:4
  • Comments:10 (1 by maintainers)

github_iconTop GitHub Comments

23reactions
ian-rudgecommented, Aug 21, 2018

If anyone is still struggling to get the month names to translate when switching back and forth between different locales, I came up with a workaround. Add the following as a prop to DateRangePicker:

// `language` being the desired locale
renderMonthElement={({ month }) => moment(month).locale(language).format('MMMM YYYY')}

The moment objects internal to the component don’t seem to get updated when changing moment’s locale (even a re-render doesn’t fix it). Hope it helps!

2reactions
oneinchmancommented, Dec 6, 2018

a medal of honor to @ian-rudge

Read more comments on GitHub >

github_iconTop Results From Across the Web

Month name not updating on language change #327 - GitHub
When I change my moment.locale() the days of the calendar update but month names don't unless I completely re-render my page.
Read more >
Change month name language - Microsoft Power BI Community
In the old report go to file > options and settings > options > regional setting > select spanish, save, close desktop and...
Read more >
Change month and day names language without change the ...
Change month and day names language without change the whole system language. it will do the trick but it will change Numbers Digits...
Read more >
Change the language of the Calendar (names of the days and ...
Change the language of the Calendar (names of the days and months) ... Settings or Control Panel section of Windows and not from...
Read more >
Change name of month in Material Ui React - Stack Overflow
You can use local prop of LocalizationProvider , to change the language of DatePicker 's days and months. change the locale for the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found