using System.Globalization; namespace BetterEN5 { readonly record struct UIItemLangInfo(CultureInfo CultureInfo, string LangText) { } }