コード例 #1
0
 public static bool IsSupportedCulture(string name)
 {
     return(CultureInfoHelper.IsSupported(name, __supportedCultures));
 }