Hestia 1.9.2 on Ubuntu 24.04 language

Hi guys, I just installed new version 1.9.2 on a fresh Contabo server install with Ubuntu 24.04, have selected spanish as main language and doesn’t matter if I change language from user or general settings everything still on english, in the past I have similar issue with old open source project Boxbilling and I solved that by doing the following:

  1. Change to the locales directory
    cd /usr/share/locales/

  2. Create script file to add new language set
    Use nano editor to create install_locale.sh file (put inside the following commands):

cd /usr/share/locales
./install-language-pack $1
dpkg-reconfigure locales
locale -a

  1. Save the script file
    CTRL + X y ENTER

  2. Give exec privileges to the script
    chmod +x install_locale.sh

  3. Run the script with the new language set or locale
    sh install_locale.sh es_ES

I tried this and didn’t work, any help about this is really appreciated, I have same issue since 1.9.0 alpha and beta versions.

Known issue:

Still looking for a solution…

3 Likes

ohhh, didn’t know it, thanks for answering, @eris , extra questions if I decide to keep Ubuntu 22.04 where I know language works, until when will be supported by hestia, until 2027 or until end of expanded security up to 2032 ?

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.