Release Support > Resolved Issues

Change the Default Language

(1/1)

stanleyjobson2:
Hi,
I've installed RoundCube Webmail in my server.

This is accessible now by : http://webmail.domain.tld

Now, all my customers can view their mails in roundcube, but i want to change the default language, i want to switch it into FRENCH(FR) for all customers.

Which file i must change ?

Thanks and sorry for my english, i'm french

SKaero:
To change the default language go to:

--- Code: ---config/main.inc.php
--- End code ---
and then edit the line that has:

--- Code: ---$rcmail_config['locale_string'] = 'en';
--- End code ---

stanleyjobson2:
It works, Thanks ;)

Now, how to change the main page of RoundCube, i wanted to change the welcome message an add some texts.

How can i do that ?

SKaero:
To change the default welcome message go to:

--- Code: ---config/main.inc.php
--- End code ---
and then edit the line that has:

--- Code: ---$rcmail_config['product_name'] = 'RoundCube Webmail';
--- End code ---

If you what to edit it more then just go to

--- Code: ---program/localization/{Lag}/labels.inc
--- End code ---
and edit this line:

--- Code: ---$labels['welcome']
--- End code ---

As for adding any more text on the login page you can add it in the theme file:

--- Code: ---skins/{Theme}/templates/login.html
--- End code ---

stanleyjobson2:
Thanks for your help, it works perfectly :)

Navigation

[0] Message Index

Go to full version