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
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
-
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:
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
Yes, it works! Thanks!
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
I'm glad to hear that. Feel free to create a new issue if you have further questions.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)

