Roundcube Community Forum

 

defaul language

Started by 123123, August 14, 2006, 02:09:22 PM

Previous topic - Next topic

123123

how to change default language in login page and for all users?

yllar

// the default locale setting
$rcmail_config['locale_string'] = 'en';
in main.inc.php

123123