C# 클래스 FarsiLibrary.Localization.FALocalizeManager

Localizer class to work with internal localized strings.
파일 보기 프로젝트 열기: HEskandari/FarsiLibrary

Private Properties

프로퍼티 타입 설명
FALocalizeManager System
GetLocalizerByCulture BaseLocalizer

공개 메소드들

메소드 설명
GetLocalizer ( ) : BaseLocalizer

Returns an instance of the localized based on CurrentUICulture of the thread.

보호된 메소드들

메소드 설명
OnLocalizerChanged ( EventArgs e ) : void

Fires the LocalizerChanged event.

비공개 메소드들

메소드 설명
FALocalizeManager ( ) : System
GetLocalizerByCulture ( CultureInfo ci ) : BaseLocalizer

Returns a localizer instance based on the culture.

메소드 상세

GetLocalizer() 공개 메소드

Returns an instance of the localized based on CurrentUICulture of the thread.
public GetLocalizer ( ) : BaseLocalizer
리턴 BaseLocalizer

OnLocalizerChanged() 보호된 메소드

Fires the LocalizerChanged event.
protected OnLocalizerChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void