-
Notifications
You must be signed in to change notification settings - Fork 65
AspNetCore Localization: 3 Biggest Missing Features #279
Comments
Agreed, this is a critical feature 👍 |
|
|
I've written a custom implementation I don't understand why this feature is not meant to be built-in, since it's a very common case scenario, to have a global resource file for common labels. You don't want to duplicate them. The lookup in shared resource files is only done once, since the result is cached for the next calls. |
Just to add to already listed useful features to be, please let me know if there is any solution to achieve the below.
Would you recommend to inject one dependency for each resource type into my controller like |
This issue tracker is already closed, so if there any further questions, please file an issue in the AspNetCore repo |
The text was updated successfully, but these errors were encountered: