Hi,
I've been reading a previous thread on this topic, and it seems that the output from ResourceBundle::getLocales('') does not guarantee that all listed locales are working when using setlocale(LC_TIME, <locale>);
In my case, I have managed to use the following locales:
- en_US.UTF8
- fr_FR.UTF8
- de_DE.UTF8
- de_AT.UTF8
However, I am also looking for a locale for the Dutch language and that doesn't seem to work.
Can you please check if either of the following locales are available:
- nl_NL.UTF8
- nl_BE.UTF8
Thanks!