C# 클래스 Engage.Dnn.Survey.DnnLocalizer

Provides the ability to get localized text from DotNetNuke
상속: ILocalizer
파일 보기 프로젝트 열기: EngageSoftware/Engage-Survey

공개 메소드들

메소드 설명
DnnLocalizer ( string resourceFile ) : DotNetNuke.Services.Localization

Initializes a new instance of the DnnLocalizer class.

Localize ( string resourceKey ) : string

Localizes the specified resource key.

메소드 상세

DnnLocalizer() 공개 메소드

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.
리턴 DotNetNuke.Services.Localization

Localize() 공개 메소드

Localizes the specified resource key.
public Localize ( string resourceKey ) : string
resourceKey string The resource key.
리턴 string