Open Closed

How I can add the abp modules localization for new language #9423


User avatar
0
NH-Support created

We need to add new language to our system (Croatia) we create the resource file and add our application resources but for abp module how we can add new language resource file or values to each module? for example identity module


1 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    You can add a new JSON file for IdentityResource or use the language-management module to add texts.

    Configure<AbpLocalizationOptions>(options =>
    {
        options.Resources
            .Get<IdentityResource>()
            .AddVirtualJson("Your_Localization_Json_File_Path");
    });
    

    https://abp.io/docs/latest/modules/language-management#language-texts

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 v9.3.0-preview. Updated on June 13, 2025, 11:37