Exemple #1
0
 public static System.Globalization.CultureInfo GetCulture(string CultureName)
 {
     return(CachedCultures.GetOrAdd(CultureName, GetCultureUncached));
 }
Exemple #2
0
 public static CultureInfo GetCulture(string CultureName)
 {
     return(CachedCultures.GetOrAdd(CultureName, GetCultureUncached));
 }