<p>UserDefaultCulture is a Interval property. I wonder how to get it.</p>
Thanks.
No, you cannot access internal implementation details from code.
--Rob
There is no such property available.
There are DefaultThreadCurrentCulture and DefaultThreadCurrentUICulture statics on the CultureInfo object.
In instance window, I can use print out UserDefaultUICulture like this:
? Globalization.CultureInfo.CurrentUICulture.UserDefaultUICulture
But I can not get it in code.
If I can not access the omtermal details, I wonder how to get UserDefaultCulture.
In Windows Control panel, users can set the Time/Date format to other language, but CurrentCulture or CurrentUICulture always return English cultrure.