1

Topic: Change default language

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 1.6.5 OPENLDAP
- Deployed with iRedMail Easy or the downloadable installer? installer
- Linux/BSD distribution name and version: Debian 10
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? Yes
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

Hi, Is it possible to change the default language on the login interface?
I searched all your documentation but I found nothing about that.

Thank you for your feedback.

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Change default language

Sure, you can set preferred default language in file /opt/www/iredadmin/settings.py. Default is English (en_US).

default_language = 'en_US'

You can find available languages under directory /opt/www/iredadmin/i18n/.

3 (edited by Jochen 2024-01-11 19:00:26)

Re: Change default language

You need to restart iredadmin to make this change work:

service iredadmin restart