C# Class Tp.I18n.Intl

Inheritance: IIntl
Show file Open project: TargetProcess/Tp.I18n

Public Methods

Method Description
GetFormattedMessage ( string token ) : IFormattedMessage
GetFormattedMessage ( string token, object data ) : IFormattedMessage
Intl ( IMessageFormatter messageFormatter ) : System.Collections.Generic

Private Methods

Method Description
ObjectToDictionary ( object obj ) : object>.IDictionary

Method Details

GetFormattedMessage() public method

public GetFormattedMessage ( string token ) : IFormattedMessage
token string
return IFormattedMessage

GetFormattedMessage() public method

public GetFormattedMessage ( string token, object data ) : IFormattedMessage
token string
data object
return IFormattedMessage

Intl() public method

public Intl ( IMessageFormatter messageFormatter ) : System.Collections.Generic
messageFormatter IMessageFormatter
return System.Collections.Generic