-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
As far as I can tell this only works with IStringLocalizer when the resx files are in an "BridgeSource" folder. The reason is that the source generator creates the class BridgeSource.Strings (my resource file is called Strings.resx). And then I have to use IStringLocalizer<BridgeSource.Strings> and that means it looks for resources with Base.Name.Space.BridgeSource.Strings....
This is not a problem but it would be nice if it were mentioned in the Readme.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels