System.Globalization Namespace CultureInfo Class
Refreshes cached culture-related information.
[ VB ]
public Sub ClearCachedData ( )
[ C# ]
public void ClearCachedData ( );
[ C++ ]
public: void ClearCachedData ( );
[ JScript ]
function ClearCachedData ( );
Information, such as the default culture and format patterns, is cached the first time it is requested. However, that information can change during the life of the AppDomain, for example, when the user modifies Regional and Language Options ( or Regional Options or Regional Settings ) in Control Panel in Windows. The CultureInfo class does not detect changes in the system settings automatically. Use the ClearCachedData method to refresh that information in the CultureInfo class, based on the current system settings.
CultureInfo Members