Exceptron now uses 'en' culture if none is specified.

pull/2/head
Taloth Saldono 10 years ago committed by Taloth
parent 118089c272
commit fe02467a71

@ -184,6 +184,9 @@ namespace Exceptron.Client
{
report.cul = Thread.CurrentThread.CurrentCulture.Name;
if (string.IsNullOrEmpty(report.cul))
report.cul = "en";
try
{
report.os = Environment.OSVersion.VersionString;

Loading…
Cancel
Save