You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// The name of the culture that is used as the default value for CultureInfo.DefaultThreadCurrentCulture when CultureReplacer is used.
40
+
/// </summary>
41
+
publicstaticstringDefaultCultureName
42
+
{
43
+
get{return_defaultCultureName;}
44
+
}
45
+
46
+
/// <summary>
47
+
/// The name of the culture that is used as the default value for [Thread.CurrentThread(NET45)/CultureInfo(K10)].CurrentUICulture when CultureReplacer is used.
48
+
/// </summary>
49
+
publicstaticstringDefaultUICultureName
50
+
{
51
+
get{return_defaultUICultureName;}
52
+
}
53
+
54
+
/// <summary>
55
+
/// The culture that is used as the default value for [Thread.CurrentThread(NET45)/CultureInfo(K10)].CurrentCulture when CultureReplacer is used.
0 commit comments