Class LanguageMauiBlazorManager
Inheritance
LanguageMauiBlazorManager
Assembly: Volo.Abp.AspNetCore.Components.MauiBlazor.LeptonTheme.dll
Syntax
[ExposeServices(new Type[] { typeof(LanguageMauiBlazorManager), typeof(ILanguagePlatformManager) })]
public class LanguageMauiBlazorManager : ILanguagePlatformManager, ITransientDependency
Constructors
LanguageMauiBlazorManager(IJSRuntime, ILanguageProvider, NavigationManager)
Declaration
public LanguageMauiBlazorManager(IJSRuntime jsRuntime, ILanguageProvider languageProvider, NavigationManager navigationManager)
Parameters
Methods
ChangeAsync(LanguageInfo)
Declaration
public Task ChangeAsync(LanguageInfo newLanguage)
Parameters
Returns
GetCurrentAsync()
Declaration
public Task<LanguageInfo> GetCurrentAsync()
Returns
InitializeAsync()
Declaration
public Task InitializeAsync()
Returns
Implements
Extension Methods