angular-material-components icon indicating copy to clipboard operation
angular-material-components copied to clipboard

Internationalization issue - first day of week

Open Frimlik opened this issue 1 year ago • 0 comments

When I set this provider

  providers: [
    { provide: MAT_DATE_LOCALE, useValue: <myLocale> },
  ],

everything regarding localisation works fine (abbreviations of days, months etc.), except first day of week.

I know this can be achieved using this answer in StackOverflow, but I would expect, that also this setting would be taken from the locale, because first day of week can deffer between locales and it's nonsense to change a piece of code for changing first day of date...

Frimlik avatar Oct 27 '23 11:10 Frimlik