[Missing <summary> documentation for "N:CA.Common.Culture"]

Classes

  ClassDescription
CultureScope
This CultureScope class has been designed to enable the running of code segment a user under different Culture to that which is set for the application. The typical example is testing Culture specific code in unit tests. This class by design implements the IDisposable interface allowing the context to automatically revert with a using statement. For more information on the CultureInfo class see http://msdn.microsoft.com/en-us/library/system.globalization.cultureinfo(vs.71).aspx