My project is a react project.
My website is a mutilanguage website, when I change the web language. moment.locale(lang)
not working.
My code is:
const startDate = moment.utc(start).locale(lang);
const endDate = moment.utc(end).locale(lang);
whatever I set lang
I check the startDate.locale()
always is 'en'
startDate.format('ll')
result always is English.