using System.Globalization; namespace Marathons; public class Const { public static CultureInfo Culture => new CultureInfo("de-AT"); }