
So, let's try talking about this bug here. :) I have all of my OTRS interface set to English, but my stats page come up in German. I'm running OTRS 2.1.6, but this problem originally surfaced after my upgrade from 2.0.x to 2.1beta2. I'm running PostgreSQL as my database back-end, which may be related. Looking deeper, all the Description Content fields in the xml_storage table are German, there's no English: otrs=# select * from xml_storage where xml_content_key like '%Description%Content%'; xml_type | xml_key | xml_content_key | xml_content_value ----------+---------+---------------------------------------------------+------------------------------------------------------------------------------------------------------------------- Stats | 1 | [0]{'otrs_stats'}[1]{'Description'}[1]{'Content'} | Anzahl der neuen Tickets pro Tag und Queue die im letzten Monat in das System gelangt sind. Stats | 2 | [0]{'otrs_stats'}[1]{'Description'}[1]{'Content'} | Monatsauflistung, in der dargestellt wird, welche Statusver�nderung an den jeweiligen Monatstagen geschehen sind. Stats | 3 | [0]{'otrs_stats'}[1]{'Description'}[1]{'Content'} | Aktueller Status aller im System befindlicher Tickets ohne Zeitbeschr�nkung. (3 rows) What function inserts data into the xml_storage table? Is it the 2.1.x DB upgrade script, or something else? Thanks, Bryan