Hey,
I can’t use setlocale php function on my native language so the dates are still in english language.
February instead of Február
If I use the followed command I get the die message which means it’s not installed yet.
setlocale(LC_ALL, 'hu_HU') or die('Locale not installed');
How can I resolve this in this environment?
Kind regards,
Krisztian