0
talhazengin created
6 Answer(s)
-
0
Hi ,
You need to find all
app.UseAbpRequestLocalization ();
and move aboveapp.UseAuthentication ();
. This is a problem with the template, we will fix it in the next version. -
0
Thanks this fixed.
-
0
Hi @talhazengin
It would be better to put
UseAbpRequestLocalization
just after theUseMultiTenancy
. Because AbpRequestLocalizationMiddleware gets the language of the current user or current tenant. -
0
-
0
This is right.
-
0
Thanks