C# Class WPFUtils.Translation.ResxTranslationProvider

Inheritance: ITranslationProvider
Afficher le fichier Open project: BravoAlpha/WPFUtils Class Usage Examples

Méthodes publiques

Méthode Description
ResxTranslationProvider ( string baseName, Assembly assembly ) : System.Reflection

Initializes a new instance of the ResxTranslationProvider class.

Translate ( string key ) : string

Method Details

ResxTranslationProvider() public méthode

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.
Résultat System.Reflection

Translate() public méthode

public Translate ( string key ) : string
key string
Résultat string