Author Topic: Default Language English GB?  (Read 3776 times)

Offline PsyMan

  • Newbie
  • *
  • Posts: 3
Default Language English GB?
« on: October 22, 2009, 08:26:36 AM »
Hi,

I about to migrate all of our companys mail from a soon to be retired atmail server over to a new all singing/dancing server that we have WHM/Cpanel and I have disabled both squirrelmail and Horde leaving only roundcube as their webmail option.

One of the things I cant seem to do though is set the default language to appear as English GB for new users

I have tried

$rcmail_config['language'] = en_GB;

But it still defaults to English US, is there any other file I should try or an alternative entry I should make, any advice would be appreciated.

I am using the mvision2_en skin as well if that helps.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Default Language English GB?
« Reply #1 on: October 22, 2009, 08:36:12 AM »
it should be
Code: [Select]
$rcmail_config['language'] = 'en_GB';

Offline PsyMan

  • Newbie
  • *
  • Posts: 3
Default Language English GB?
« Reply #2 on: October 22, 2009, 08:47:36 AM »
Brilliant, that worked a treat, thanks very much. It seemed obvious once pointed out LOL