diff --git a/tests/intl/intltest.cpp b/tests/intl/intltest.cpp index 0391a90b1b..bcbdbcbede 100644 --- a/tests/intl/intltest.cpp +++ b/tests/intl/intltest.cpp @@ -468,10 +468,12 @@ wxString GetLocaleDesc(const char* when) else decsep = wxString::Format("UNKNOWN (%s)", decsep); - return wxString::Format("%s\ncurrent locale:\t%s (decimal separator: %s)", + return wxString::Format("%s\ncurrent locale:\t%s " + "(decimal separator: %s, date format=%s)", when, locid.IsEmpty() ? wxString("NONE") : locid.GetTag(), - decsep); + decsep, + curloc.GetInfo(wxLOCALE_SHORT_DATE_FMT)); } } // anonymous namespace