C# Class FarsiLibrary.Localization.FALocalizeManager

Localizer class to work with internal localized strings.
Datei anzeigen Open project: HEskandari/FarsiLibrary

Private Properties

Property Type Description
FALocalizeManager System
GetLocalizerByCulture BaseLocalizer

Public Methods

Method Description
GetLocalizer ( ) : BaseLocalizer

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

Protected Methods

Method Description
OnLocalizerChanged ( EventArgs e ) : void

Fires the LocalizerChanged event.

Private Methods

Method Description
FALocalizeManager ( ) : System
GetLocalizerByCulture ( CultureInfo ci ) : BaseLocalizer

Returns a localizer instance based on the culture.

Method Details

GetLocalizer() public method

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

OnLocalizerChanged() protected method

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