private static string GetConsoleFallbackName(string cultureName)
 {
     return(LocaleData.GetConsoleUICulture(cultureName));
 }