0
mithun created
3 Answer(s)
-
0
hi
Are you using LeptonX as the theme?
You can try to override the
ThemeLanguageInfoProvider
service and return an empty language list. -
0
We are using standard/basic theme not LeptonX
-
0
hi
You can remove the
LanguageSwitch(blazor)
andLanguageSwitchViewComponent(mvc)
.Add a custom
IToolbarContributor
and remove them fromcontext
https://github.com/abpframework/abp/blob/dev/modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Server.BasicTheme/BasicThemeToolbarContributor.cs#L14 https://github.com/abpframework/abp/blob/dev/modules/basic-theme/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic/Toolbars/BasicThemeMainTopToolbarContributor.cs#L31