C# Class WPFUtils.Translation.ResxTranslationProvider

Inheritance: ITranslationProvider
Mostrar archivo Open project: BravoAlpha/WPFUtils Class Usage Examples

Public Methods

Method Description
ResxTranslationProvider ( string baseName, Assembly assembly ) : System.Reflection

Initializes a new instance of the ResxTranslationProvider class.

Translate ( string key ) : string

Method Details

ResxTranslationProvider() public method

Initializes a new instance of the ResxTranslationProvider class.
public ResxTranslationProvider ( string baseName, Assembly assembly ) : System.Reflection
baseName string Name of the base.
assembly System.Reflection.Assembly The assembly.
return System.Reflection

Translate() public method

public Translate ( string key ) : string
key string
return string