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)
-
0
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