Asp.Net 8 - Multilingual Application with single Resx file - Part 3 - Form Validation Strings
Briefly

In order to implement it, we will create a marker class SharedResoureces.cs to group all the resources. Then in our application, we will invoke Dependency Injection (DI) for that particular class/type instead of a specific controller/view.
It seems the namespace needs to be the same as the app root namespace, which needs to be the same as the assembly name. I had some problems when changing the namespace, it would not work.
Read at CodeProject
[
]
[
|
]