JustinCanton / Geo.NET

A lightweight method for communicating with the multiple online geocoding APIs.
MIT License
13 stars 8 forks source link

Replace IStringLocalizer in favour of lower level resource management #45

Closed JustinCanton closed 1 year ago

JustinCanton commented 1 year ago

Is your feature request related to a problem? Please describe. I would like to avoid using Microsoft localization within the library, since using it restricts what other users are able to do in terms of localization.

Describe the solution you'd like I would like to use the ResourceManager class to fetch resources instead of using the IStringLocalizer wrapper.

Describe alternatives you've considered There aren't too many alternatives for this unfortunately. I could abandon resource files altogether, but I would prefer to avoid that.

Additional context