Text only
|
Text with Images
Roundcube Community Forum
Release Support => Pending Issues => Topic started by: 123123 on August 14, 2006, 02:09:22 PM
Title:
defaul language
Post by:
123123
on
August 14, 2006, 02:09:22 PM
how to change default language in login page and for all users?
Title:
Re: defaul language
Post by:
yllar
on
August 15, 2006, 02:42:47 AM
Code
Select
Expand
// the default locale setting
$rcmail_config['locale_string'] = 'en';
in main.inc.php
Title:
Re: defaul language
Post by:
123123
on
August 15, 2006, 03:35:52 AM
thanks ;)
Text only
|
Text with Images