Interface ILanguagePlatformManager
Namespace: Volo.Abp.AspNetCore.Components.Web.LeptonTheme
Assembly: Volo.Abp.AspNetCore.Components.Web.LeptonTheme.dll
Syntax
public interface ILanguagePlatformManager
Methods
ChangeAsync(LanguageInfo)
Declaration
Task ChangeAsync(LanguageInfo newLanguage)
Parameters
Type | Name | Description |
---|---|---|
LanguageInfo | newLanguage |
Returns
Type | Description |
---|---|
Task |
GetCurrentAsync()
Declaration
Task<LanguageInfo> GetCurrentAsync()
Returns
Type | Description |
---|---|
Task<LanguageInfo> |