Is it possible to change the time format based on the locale?
Let's take below scenarios
- Norway - 24hr time format is vastly used
- Sweden - 24hr time format is vastly used
- Switzerland German region - 12hr format is vastly used
- Germany - 24hr format is vastly used
So my ultimate problem is, how to set time based on the locale in asp.net core c#?
I have done the localization with date but I have to do it for time as well.
above image shows with AM/PM. Likewise, I need to show time slots in 24 hr format which is decided based on the locale.
