hi
Can you share a simple project to reproduce the above problem?
Thanks
liming.ma@volosoft.com
hi
Have you seen this?
https://docs.abp.io/en/commercial/latest/themes/lepton-x/mvc#general-settings
hi
You can filter it by logger.
https://github.com/serilog/serilog-expressions?tab=readme-ov-file#filtering-example
var loggerConfiguration = new LoggerConfiguration()
.MinimumLevel.Debug()
.Filter.ByExcluding(logEvent =>
{
//check the exception
return false or true;
})
.WriteTo.Console();
hi
I tested your website.
The default language will always be SR; no English problem exists.
You can try to clear your local cookies and check the language in your Browser.
https://www.w3.org/International/questions/qa-lang-priorities
hi
Can you share a website URL? liming.ma@volosoft.com
Yes.
See: https://support.abp.io/QA/Questions/160/How-to-customize-an-ABP-project https://docs.abp.io/en/abp/latest/UI/Angular/Component-Replacement