C# Class LogoFX.Client.Mvvm.View.Infra.Localization.LocalizationManager

Inheritance: INotifyPropertyChanged
Mostrar archivo Open project: LogoFX/LogoFX

Public Properties

Property Type Description
GetAssemblyNames Func>

Public Methods

Method Description
GetString ( string key ) : string

Private Methods

Method Description
AddAssembly ( CultureInfo cultureInfo, AssemblyName assemblyName ) : void
LocalizationManager ( ) : System
OnPropertyChanged ( [ propertyName = null ) : void
RebuildCache ( CultureInfo cultureInfo ) : void
UpdateAssemblies ( ) : void

Method Details

GetString() public method

public GetString ( string key ) : string
key string
return string

Property Details

GetAssemblyNames public_oe static_oe property

AssemblyNames accessor
public static Func> GetAssemblyNames
return Func>