C# Class Queue.Common.TranslationExtensions

Datei anzeigen Open project: breslavsky/queue

Public Methods

Method Description
GetCulture ( this value ) : CultureInfo
GetLanguage ( this culture ) : Language
SetCurrent ( this language ) : void

Method Details

GetCulture() public static method

public static GetCulture ( this value ) : CultureInfo
value this
return System.Globalization.CultureInfo

GetLanguage() public static method

public static GetLanguage ( this culture ) : Language
culture this
return Language

SetCurrent() public static method

public static SetCurrent ( this language ) : void
language this
return void