Class RemoteLanguageProvider
Inheritance
object
RemoteLanguageProvider
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Mvc.Client
Assembly: Volo.Abp.AspNetCore.Mvc.Client.Common.dll
Syntax
public class RemoteLanguageProvider : ILanguageProvider, ITransientDependency
Constructors
RemoteLanguageProvider(ICachedApplicationConfigurationClient)
Declaration
public RemoteLanguageProvider(ICachedApplicationConfigurationClient configurationClient)
Parameters
| Type | Name | Description |
|---|---|---|
| ICachedApplicationConfigurationClient | configurationClient |
Properties
ConfigurationClient
Declaration
protected ICachedApplicationConfigurationClient ConfigurationClient { get; }
Property Value
| Type | Description |
|---|---|
| ICachedApplicationConfigurationClient |
Methods
GetLanguagesAsync()
Declaration
public Task<IReadOnlyList<LanguageInfo>> GetLanguagesAsync()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<TResult><System.Collections.Generic.IReadOnlyList<T><LanguageInfo>> |