Hi there,
If I edit an user, some options are still translated to Engels. I want them to translate to Dutch.
What are the keys for translations? Something like DisplayName:LockoutEnabled in NL.json file? I think that the keys are missing.
ABP Framework version**: v8.2.3 UI Type**: Blazor Server Database System**: EF Core (SQL Server) Tiered (for MVC) Exception message and full stack trace**:
5 Answer(s)
-
0
Hello,
Can you try the following localization keys?
- DisplayName:PhoneNumberConfirmed
- DisplayName:ShouldChangePasswordOnNextLogin
- DisplayName:SendConfirmationEmail
-
0
-
0
Hi,
I understand your problem now. Yes, when we apply this method, it does not work as expected, sorry for the misdirection. The reason why it doesn't work is that these localization keys come from IdentityResource in ABP's Identity module. So we need to override these localization keys there. This article explains how to do this, you can easily do it by following the article. However, if you have any problems, don't hesitate to ask.
You can also do this via UI as shown in the picture below:
-
0
Yes, it works! Thanks!
-
0
I'm glad to hear that. Feel free to create a new issue if you have further questions.