T
Tony Johansson
Hello!
I just wonder what is the point to have both a CurrentCulture and a
CurrentUICulture because these are always the same.
I mean it would be enought with one. Can somebode explain why these two must
exist.?
System.Globalization.CultureInfo ci = new
System.Globalization.CultureInfo("es-ES");
System.Threading.Thread.CurrentThread.CurrentCulture = ci;
System.Threading.Thread.CurrentThread.CurrentUICulture = ci;
//Tony
I just wonder what is the point to have both a CurrentCulture and a
CurrentUICulture because these are always the same.
I mean it would be enought with one. Can somebode explain why these two must
exist.?
System.Globalization.CultureInfo ci = new
System.Globalization.CultureInfo("es-ES");
System.Threading.Thread.CurrentThread.CurrentCulture = ci;
System.Threading.Thread.CurrentThread.CurrentUICulture = ci;
//Tony