![]() |
|
|
|||||||
| For more information about the ads and why they're here, please see the FAQ |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
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 |
|
#2
|
|||
|
|||
|
To change the default language go to:
Code:
config/main.inc.php Code:
$rcmail_config['locale_string'] = 'en'; |
|
#3
|
|||
|
|||
|
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 ? |
|
#4
|
|||
|
|||
|
To change the default welcome message go to:
Code:
config/main.inc.php Code:
$rcmail_config['product_name'] = 'RoundCube Webmail'; Code:
program/localization/{Lag}/labels.inc
Code:
$labels['welcome'] Code:
skins/{Theme}/templates/login.html
|
|
#5
|
|||
|
|||
|
Thanks for your help, it works perfectly
![]() |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
| For more information about the ads and why they're here, please see the FAQ |