C# Class FarsiLibrary.Localization.FALocalizeManager

Localizer class to work with internal localized strings.
Afficher le fichier Open project: HEskandari/FarsiLibrary

Private Properties

Свойство Type Description
FALocalizeManager System
GetLocalizerByCulture BaseLocalizer

Méthodes publiques

Méthode Description
GetLocalizer ( ) : BaseLocalizer

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

Méthodes protégées

Méthode Description
OnLocalizerChanged ( EventArgs e ) : void

Fires the LocalizerChanged event.

Private Methods

Méthode Description
FALocalizeManager ( ) : System
GetLocalizerByCulture ( CultureInfo ci ) : BaseLocalizer

Returns a localizer instance based on the culture.

Method Details

GetLocalizer() public méthode

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

OnLocalizerChanged() protected méthode

Fires the LocalizerChanged event.
protected OnLocalizerChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void