C# Class iTextSharp.text.error_messages.MessageLocalization

ファイルを表示 Open project: mapo80/iTextSharp-Monotouch

Public Methods

Method Description
GetComposedMessage ( String key ) : String
GetMessage ( String key ) : String
SetLanguage ( String language, String country ) : bool
SetMessages ( TextReader r ) : void

Private Methods

Method Description
GetLanguageMessages ( String language, String country ) : string>.Dictionary
MessageLocalization ( ) : System
ReadLanguageStream ( Stream isp ) : string>.Dictionary
ReadLanguageStream ( TextReader br ) : string>.Dictionary

Method Details

GetComposedMessage() public static method

public static GetComposedMessage ( String key ) : String
key String
return String

GetMessage() public static method

public static GetMessage ( String key ) : String
key String
return String

SetLanguage() public static method

public static SetLanguage ( String language, String country ) : bool
language String
country String
return bool

SetMessages() public static method

public static SetMessages ( TextReader r ) : void
r TextReader
return void