diff --git a/SelfContained/Program.cs b/SelfContained/Program.cs index b9a325cbc..ef5d838ed 100644 --- a/SelfContained/Program.cs +++ b/SelfContained/Program.cs @@ -21,6 +21,11 @@ public static class Program // Only happens if the project has true Debug.Assert (Application.SupportedCultures.Count == 0); } + else + { + Debug.Assert (Application.SupportedCultures.Count > 0); + Debug.Assert (Equals (CultureInfo.CurrentCulture, Thread.CurrentThread.CurrentUICulture)); + } #endregion