asp.net.ph

CultureInfo.ClearCachedData Method

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 ( );

Remarks

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.

See Also

CultureInfo Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph