How to change date language without changing the entire site language?
I want my entire site in English, but the dates to be in another language.
I tried to set PHP local like this:
setlocale(LC_ALL, 'he');
Setting my whole website to another language from the admin panel does change the time language, but I don't want this. Any ideas on how to accomplish that?
Topic multi-language php plugin-development Wordpress
Category Web