public static bool IsSupportedCulture(string name) { return(CultureInfoHelper.IsSupported(name, __supportedCultures)); }