Author Topic: default language  (Read 5309 times)

Offline Adam

  • Jr. Member
  • **
  • Posts: 46
default language
« on: April 24, 2007, 06:45:14 AM »
By default a new user to Roundcube is set up with American english (en-US).

Is there a way of changing this? I only want British English (en-GB) but can't get it to work.

I changed changing this:

Code: [Select]
$rcmail_config['locale_string'] = 'en';
to

Code: [Select]
$rcmail_config['locale_string'] = 'en-GB';
but to no avail!

Thanks,

Adam