Open Closed

Missing localization in Identity module #9813


User avatar
0
LW created

Where is this key defined. I did not find it from anywhere. The field is for "phone number confirmed" and language is finnish (fi-FI)


6 Answer(s)
  • User Avatar
    0
    AI-Bot created
    Support Team ABP Agent
    • The label "Phone number confirmed" is a localization key from the ABP Identity module. The English key is defined in the Identity module's localization file:

    • If the Finnish (fi-FI) translation is missing, you need to add the corresponding key to your Finnish localization file (e.g., fi.json) in your project. For example:

    {
        "PhoneNumberConfirmed": "Puhelinnumero vahvistettu"
      }
    
    • For more details on extending or overriding localization in ABP, see the official documentation:

    Sources:


    This response was generated by AI. If it didn’t solve your problem, feel free to post a new answer — our support team will jump in to help you soon.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    You can add it by yourself. see https://abp.io/community/articles/how-to-override-localization-strings-of-depending-modules-ba1oy03l

    I will check the fi-FL localization texts.

    Thanks.

  • User Avatar
    0
    LW created

    The AI bot answer is wrong. There is no key "PhoneNumberConfirmed" in the en.json file either. I know I can add it myself, but what is the key?

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    "DisplayName:PhoneNumberConfirmed": "Phone number confirmed"

  • User Avatar
    0
    LW created

    That was the correct one, thanks!

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    Great : )

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 01, 2025, 08:37