valdisiljuconoks / localization-provider-core

Database driven localization provider for .NET applications (with administrative management UI)
Apache License 2.0
118 stars 22 forks source link

Enum in core project #119

Closed cwbrandsdal closed 1 year ago

cwbrandsdal commented 1 year ago

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.

valdisiljuconoks commented 1 year ago

Hi,

"Foreign resources" might come to help. More info - https://github.com/valdisiljuconoks/LocalizationProvider/blob/master/docs/foreign-resources.md