I just embed a RSS Feed on a website. I used PHP for it.
My problem is, that the output for the pubDate is in englisch, but i want it in german. f.E. Thu, 03 Nov 2022 08:00:00 GMT. I just want to change the language of the days. So from Mon, Tue, Wed, Thu, Fri, Sat, Sun -> Mo, Di, Mi, Do, Fr, Sa, So
Is there a easy way to change it?
I tried to change the language with that, but it doesn't changed any
setlocale(LC_ALL, 'de_DE.utf8');