Код: Выделить всё
System.Globalization.CultureInfo.GetCultures(System.Globalization.CultureTypes.FrameworkCultures).Where(c => c.Name.EndsWith( "CH"))
Код: Выделить всё
de-CH
fr-CH
it-CH
Код: Выделить всё
[Obsolete("This value has been deprecated. Please use other values in CultureTypes.")]
FrameworkCultures = 0x40
Подробнее здесь: https://stackoverflow.com/questions/787 ... s-obsolete