I am trying to use another language for webinterface. i have installed module translation and got package from L10n/locale/nl_NL/LC_MESSAGES at main · Icinga/L10n · GitHub. After restarting apache2 i have chose differents languages but the page is not translating,
to get the translation feature in Icingaweb2 to work you have to make sure the corresponding language locals are installed on the server you are running your icingaweb2 instance.
If that’s the case then the translations are working fine as you can see in the provided screenshots.
Generating locales (this might take a while)…
en_US.UTF-8… done
fy_NL.UTF-8… done
nl_NL.UTF-8… done
Generation complete.
after reloading apache2 and reloging from browser, stil not translating.
I recognized the same behaviour as @rivad that the sudo locale-gen command does not seem to work as intended. On Debian 13 there is also a gui tool for configuring the locales sudo dpkg-reconfigure locales with this tool everything works fine for me and the necessary locales will be installed correctly.