I am displaying date in html like this
<span >{{ item.lastModified | date : 'MMM d, y' }}</span>
So the date displays something like this Jul 20, 2021
Now when I change my browser language I need the month to change to that language the language should be picked up dynamically , but its displaying in English. How do I do this?