C# Class MvvmCross.Localization.MvxLanguageBinder

Inheritance: IMvxLanguageBinder
Show file Open project: MvvmCross/MvvmCross

Public Methods

Method Description
GetText ( string entryKey ) : string
MvxLanguageBinder ( Type owningObject ) : System
MvxLanguageBinder ( string namespaceName = null, string typeName = null ) : System

Protected Methods

Method Description
GetText ( string namespaceKey, string typeKey, string entryKey ) : string

Method Details

GetText() public method

public GetText ( string entryKey ) : string
entryKey string
return string

GetText() protected method

protected GetText ( string namespaceKey, string typeKey, string entryKey ) : string
namespaceKey string
typeKey string
entryKey string
return string

MvxLanguageBinder() public method

public MvxLanguageBinder ( Type owningObject ) : System
owningObject System.Type
return System

MvxLanguageBinder() public method

public MvxLanguageBinder ( string namespaceName = null, string typeName = null ) : System
namespaceName string
typeName string
return System