0
devmahmod created
6 Answer(s)
-
0
hi
Try to remove the languages from
AbpLocalizationOptions
PostConfigure<AbpLocalizationOptions>(options => { options.Languages.Remove.. });
-
0
thanks for quick replay , which project i will make this note i'm using mvc core multi layer and all languages appear in project web, and please give me full code or i mean full fix
-
0
-
0
thanks but i want from code how
-
0
ok, you can clear the data from the
AbpLanguages
table.Then, remove languages from all projects.
PostConfigure<AbpLocalizationOptions>(options => { options.Languages.Remove.. });
-
0
: )