Show / Hide Table of Contents

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>
In this article
Back to top Powered by Volosoft