C# Class Engage.Dnn.Survey.DnnLocalizer

Provides the ability to get localized text from DotNetNuke
Inheritance: ILocalizer
Afficher le fichier Open project: EngageSoftware/Engage-Survey

Méthodes publiques

Méthode Description
DnnLocalizer ( string resourceFile ) : DotNetNuke.Services.Localization

Initializes a new instance of the DnnLocalizer class.

Localize ( string resourceKey ) : string

Localizes the specified resource key.

Method Details

DnnLocalizer() public méthode

Initializes a new instance of the DnnLocalizer class.
public DnnLocalizer ( string resourceFile ) : DotNetNuke.Services.Localization
resourceFile string The resource file from which to get localized text.
Résultat DotNetNuke.Services.Localization

Localize() public méthode

Localizes the specified resource key.
public Localize ( string resourceKey ) : string
resourceKey string The resource key.
Résultat string