using System; using System.Globalization; public class Test { public static void Main() { System.Console.WriteLine(CultureInfo.CurrentCulture); } }