C# Class HermaFx.CultureScope

An IDisposable which sets a temporal CultureInfo, so it can be used within using() scopes.
Inheritance: IDisposable
Afficher le fichier Open project: evicertia/HermaFx

Méthodes publiques

Méthode Description
CultureScope ( CultureInfo culture ) : System
CultureScope ( string lang ) : System
Dispose ( ) : void
SetCulture ( string lang ) : void

Method Details

CultureScope() public méthode

public CultureScope ( CultureInfo culture ) : System
culture System.Globalization.CultureInfo
Résultat System

CultureScope() public méthode

public CultureScope ( string lang ) : System
lang string
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

SetCulture() public static méthode

public static SetCulture ( string lang ) : void
lang string
Résultat void