public static void SubstituteCurrentLocale(string name)
 {
     CurrentCulture = new SettableCultureInfo(name);
 }
예제 #2
0
 public static void SubstituteCurrentLocale(string name)
 {
     CurrentCulture = new SettableCultureInfo(name);
 }