All,
I have an issue where the admin gui only comes up in German. I can't get it to come up in English. I have the locale for the oxadmin user set to 'en_US' but it appears this isn't helping. I see in the log where it grabs the user info for oxadmin:
But it appears this isn't what it's needing. Anyone have any advice or areas of interest I should be looking at?
I have an issue where the admin gui only comes up in German. I can't get it to come up in English. I have the locale for the oxadmin user set to 'en_US' but it appears this isn't helping. I see in the log where it grabs the user info for oxadmin:
Code:
May 20, 2008 4:17:18 AM com.openexchange.admin.rmi.impl.OXUser getData FINE: [[ com.openexchange.admin.rmi.dataobjects.User@15fa713 Mandatory members: Create: name display_name password given_name sur_name primaryEmail Change: NONE Delete: NONE Register: NONE contextadmin: true id: 2 name: oxadmin primaryEmail: oxadmin@foobar.com email1: oxadmin@foobar.com sur_name: Administrator given_name: Open-Xchange mailenabled: true display_name: Open-Xchange Administrator imapServer: 10.20.3.200:143 smtpServer: localhost imapLogin: oxadmin language: en_US mail_folder_drafts_name: Drafts mail_folder_sent_name: Sent Items mail_folder_spam_name: Spam mail_folder_trash_name: Trash mail_folder_confirmed_spam_name: confirmed-spam mail_folder_confirmed_ham_name: confirmed-ham gui_spam_filter_enabled: false password_expired: false timezone: sun.util.calendar.ZoneInfo[id="America/New_York",offset=-18000000,dstSavings=3600000,useDaylight=true,transitions=235,lastRule=java.util.SimpleTimeZone[id=America/New_York,offset=-18000000,dstSavings=3600000,useDaylight=true,startYear=0,startMode=3,startMonth=2,startDay=8,startDayOfWeek=1,startTime=7200000,startTimeMode=0,endMode=3,endMonth=10,endDay=1,endDayOfWeek=1,endTime=7200000,endTimeMode=0]] defaultSenderAddress: oxadmin@foobar.com ]
Comment