Easy way to set all the application's language to Spanish

I just installed Endeavour (KDE Plasma) and i installed everything without issues. But even though I set the language to be in Spanish in the installer, most of my apps are displayed in English (especially ones I installed, for example LibreOffice or Blender are in English).

I know that some distros offer a gui tool to set languages (like Ubuntu or Manjaro), is there a way to do that on Endeavour/Arch?

System Settings->Personalization->Regional Settings->Language

Also…welcome to the forum!

Thanks, It worked!
But for some reason certain programs don’t follow the setting, looks like a KDE bug.

Thanks for the welcome :D.

Which programs and what is the output of these commands:

env | grep -i lang
localectl

For LibreOffice you need to install the Spanish language pack
sudo pacman -S libreoffice-fresh-es

And welcome to the forum :enos_flag:

It’s not KDE bug. System settings on regional settings affect the LC_* env vars, which is the way Linux-based OS handles internationalization i18n. It’s up to a program whether or not they want to support internationalization i18n. DE surely supports i18n, but only some applications support i18n.