Ok Thanks
ok thank you.
in the DB there is a list of ITEMS that have COUNTRY field.
when a user authenticates with Azure AD I would like to pick up Country claim from their profile and auto filter the list of ITEMS based on the Country field matching the user profile.
this functionality is currently what am looking for, it’s not implemented yet I am exploring the following:
Hi,
I'm not sure if I understand correctly what you want to accomplish. But I think all you have to do is to add additional key/value translations into the .json file. And then use those keys to read read translation, eg
@L["TranslationName"]
.
Hi,
I would like to localize the [Required(ErrorMessage='')]
Hi,
Can you explain in detail and provide steps? thanks.
I would like to have the Validation Errors localized.
I am sure it can be done using Data Annotations, but I want to use the ABP way of using the class xxxxErrorCodes and my MappedCodeNamespace for Exceptions localizations in the *.json file
hi
Its on the backlog
You can check this issue for now: https://github.com/abpframework/abp/issues/3807#issuecomment-627694184
can this be on the next milestone?
is this planned ?
I see what you mean, so the suggested way is to have search functionality in each custom module. and in the Demo Application I create a UI to handle all the search from different modules in one location.
sounds good thanks.
https://github.com/abpframework/abp/issues/4154