Linuxserver/nginx setlocale

How can we use different locale in this docker? Default the “en_US.UTF-8” is set but I need one for Europe.
Doing this by using the "setlocale(LC_ALL, ‘de_DE’); " command in PHP has no effect probably since no other locales then en_US are installed.

1 Like