Open Closed

Mis Localization Language in Warning Messages #159


User avatar
0
talhazengin created

When login via Turkish language there are English warning messages.


6 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi ,

    You need to find all app.UseAbpRequestLocalization (); and move above app.UseAuthentication ();. This is a problem with the template, we will fix it in the next version.

  • User Avatar
    0
    talhazengin created

    Thanks this fixed.

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi @talhazengin

    It would be better to put UseAbpRequestLocalization just after the UseMultiTenancy . Because AbpRequestLocalizationMiddleware gets the language of the current user or current tenant.

  • User Avatar
    0
    talhazengin created

    Hi liangshiwei,

    I am confused with other middlewares. Is this ordering right ? Anything to change?

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    This is right.

  • User Avatar
    0
    talhazengin created

    Thanks

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11