PexCurrentCultureContext Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Stores and restores the CurrentCulture and CurrentUICulture of a thread
public ref class PexCurrentCultureContext sealed : IDisposable
public sealed class PexCurrentCultureContext : IDisposable
type PexCurrentCultureContext = class
interface IDisposable
Public NotInheritable Class PexCurrentCultureContext
Implements IDisposable
- Inheritance
-
PexCurrentCultureContext
- Implements
Properties
CultureHasChanged |
Gets a value indicating if any of the thread culture have changed |
Methods
Create() |
Creates the context for the current thread |
Dispose() |
Revets the current culture and ui culture to its original state |