C# Class CSPspEmu.Resources.Translations

Show file Open project: soywiz/cspspemu

Public Properties

Property Type Description
DefaultLanguage string

Public Methods

Method Description
GetLangFlagImage ( string LangId ) : Image
GetString ( string CategoryId, string TextId, CultureInfo CultureInfo ) : string
GetString ( string CategoryId, string TextId, string LangId = null ) : string

Private Methods

Method Description
Parse ( ) : void

Method Details

GetLangFlagImage() public static method

public static GetLangFlagImage ( string LangId ) : Image
LangId string
return Image

GetString() public static method

public static GetString ( string CategoryId, string TextId, CultureInfo CultureInfo ) : string
CategoryId string
TextId string
CultureInfo System.Globalization.CultureInfo
return string

GetString() public static method

public static GetString ( string CategoryId, string TextId, string LangId = null ) : string
CategoryId string
TextId string
LangId string
return string

Property Details

DefaultLanguage public static property

public static string DefaultLanguage
return string