C# Class Rebel.Framework.Localization.LanguageInfo

Represent a "language" that is used for translating texts
Inheritance: IReferenceByName
Show file Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetCultureFromKey ( string key ) : CultureInfo
GetHashCode ( ) : int
InferCultureFromKey ( ) : void

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetCultureFromKey() public static method

public static GetCultureFromKey ( string key ) : CultureInfo
key string
return System.Globalization.CultureInfo

GetHashCode() public method

public GetHashCode ( ) : int
return int

InferCultureFromKey() public method

public InferCultureFromKey ( ) : void
return void