Hi. I have a few enums in my core project that does not reference the package because that belongs to the infrastructure project. How can I translate them from the web project? Now they just use a Display attribute, but that only gives me static language text. I guess there has to be some sort of scanner for enums or something. All help would be greatly appreciated.
Hi. I have a few enums in my core project that does not reference the package because that belongs to the infrastructure project. How can I translate them from the web project? Now they just use a Display attribute, but that only gives me static language text. I guess there has to be some sort of scanner for enums or something. All help would be greatly appreciated.