Validating Locale-Specific “Customary” Date Formats
问题 If I run this code... var cults = CultureInfo.GetCultures(CultureTypes.SpecificCultures); var exam = from c in cults from p in c.DateTimeFormat.GetAllDateTimePatterns('d') select new { Culture = c.DisplayName, Format = p }; ...I can see a dump of the various "short date" formats that Windows or .net thinks is customary or standard for different locales. But how would anyone independently confirm or verify these values? I recognize that Microsoft has invested possibly many 10's of thousands of