public static string GetLocalizedValue(this Languages lang, string key) => Dictionary[CurrentLanguage.ToCultureInfoString()]?[key];