Is there a way to fix the language selection always defaulting to EN-US in the dropdown ... or can the dropdown be hidden ???
In your main.inc.php file, is the variable set as below?
// the default locale setting $rcmail_config['locale_string'] = 'en';
On 3/15/06, Paul paul@webspectrum.co.uk wrote:
Is there a way to fix the language selection always defaulting to EN-US in the dropdown .. or can the dropdown be hidden ???
-- Dan Schaper
Yes it is Dan ...
From: Dan Schaper [mailto:dschaper@gmail.com] Sent: 16 March 2006 01:52 To: Paul Cc: users@lists.roundcube.net Subject: Re: Language Preference
In your main.inc.php file, is the variable set as below?
// the default locale setting $rcmail_config['locale_string'] = 'en';
On 3/15/06, Paul paul@webspectrum.co.uk wrote:
Is there a way to fix the language selection always defaulting to EN-US in the dropdown .. or can the dropdown be hidden ???
It appears as though the language preference is a declared array, defined in the localization folders .inc. I tried manually deleting the French localization from the .inc file, and that removed the French choice from the drop down. However, I do not suggest using this method, as it may break (read probably does break) other functions.
The localization .inc file looks like it is set for a larger number of localizations, so this might be a candidate for a future feature implementation.
On 3/15/06, Paul paul@webspectrum.co.uk wrote:
Yes it is Dan ...
*From:* Dan Schaper [mailto:dschaper@gmail.com] *Sent:* 16 March 2006 01:52 *To:* Paul *Cc:* users@lists.roundcube.net *Subject:* Re: Language Preference
In your main.inc.php file, is the variable set as below?
// the default locale setting $rcmail_config['locale_string'] = 'en';
On 3/15/06, Paul paul@webspectrum.co.uk wrote:
Is there a way to fix the language selection always defaulting to EN-US in the dropdown .. or can the dropdown be hidden ???
-- Dan Schaper
-- Dan Schaper
Paul wrote:
Is there a way to fix the language selection always defaulting to EN-US in the dropdown .. or can the dropdown be hidden ???
There's a patch available for that: http://sourceforge.net/forum/forum.php?forum_id=543557
Regards, Thomas
Thanks,
I've no idea what I'm supposed to do with that, has anyone got a complete updated version of the main.inc file ( I think that's the file that needs updating) they can send me please
Regards
Paul. Web Spectrum Internet Solutions Phone: 0845 226 3710
Member Of: The UK Web Design Association The Guild Of Accessible Web Designers
-----Original Message----- From: Thomas Bruederli [mailto:roundcube@gmail.com] Sent: 16 March 2006 08:13 To: Paul Cc: users@lists.roundcube.net Subject: Re: Language Preference
Paul wrote:
Is there a way to fix the language selection always defaulting to EN-US in the dropdown .. or can the dropdown be hidden ???
There's a patch available for that: http://sourceforge.net/forum/forum.php?forum_id=543557
Regards, Thomas
Paul wrote:
Thanks,
I've no idea what I'm supposed to do with that, has anyone got a complete updated version of the main.inc file ( I think that's the file that needs updating) they can send me please
Just remove line 82 from main.inc. That should do it.
Regards, Thomas
Regards
Paul. Web Spectrum Internet Solutions Phone: 0845 226 3710
Member Of: The UK Web Design Association The Guild Of Accessible Web Designers
-----Original Message----- From: Thomas Bruederli [mailto:roundcube@gmail.com] Sent: 16 March 2006 08:13 To: Paul Cc: users@lists.roundcube.net Subject: Re: Language Preference
Paul wrote:
Is there a way to fix the language selection always defaulting to EN-US in the dropdown .. or can the dropdown be hidden ???
There's a patch available for that: http://sourceforge.net/forum/forum.php?forum_id=543557
Regards, Thomas