Blazor Date Picker Component

Hey guys, I need to make a Date Picker component from scratch, no libs, maybe just some minimal helpful libraries, but I actually need to make the logic of the date picker component, my problem is, how am I going to handle the client locale? What I mean is for each locale, there will be a language and different date format and I don't think hardcoding each week name and month name into a Dictionary would be the best way, so is there a good way to handle this? Thanks!
Was this page helpful?