6 Answer(s)
-
0
hi
Try to remove the languages from
AbpLocalizationOptionsPostConfigure<AbpLocalizationOptions>(options => { options.Languages.Remove.. });Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
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
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
ok, you can clear the data from the
AbpLanguagestable.Then, remove languages from all projects.
PostConfigure<AbpLocalizationOptions>(options => { options.Languages.Remove.. });Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
