Closed espindl closed 3 years ago
ABP Framework version : 4.0.0
Thank you for your fast response. 🎉 I saw that they are added to the account module's resource files. But I thought that if I write those resources to my own, those will be used. Maybe making the localization to look for the resource files all the level up. (I did not look at the code, maybe it is impossible but at first sight, I think a solution like this.)
And also, is there a solution for this before it gets into the release?
Hi @maliming thank you. Because documentation is not that detailed I wanted to share my steps to extend Account module's resources.
typeof(AbpAccountApplicationContractsModule)
Configure<AbpLocalizationOptions>(options =>
options.Resources.Get<AccountResource>().AddVirtualJson("/Localization/Account");
Hope this helps...
Using MVC Razor pages startup template.
Account emails (like password reset) do not use resource files. Although there are "PasswordResetInfoInEmail", "PasswordReset" and "ResetMyPassword" resources in en.json file incoming mails are not converted according to resources.
Is there an extra step to ensure this behaviour?