Innofactor / EfCoreJsonValueConverter

JSON ValueConverter for EF Core 3.0+
GNU Lesser General Public License v3.0
96 stars 17 forks source link

Can we use it for localization also? #11

Closed mjza closed 2 years ago

mjza commented 4 years ago

Hi there, this is not an issue and more a question!

Do you think it is possible to use this library for localization?

I asked a question here, and I think it is possible to extend your library for this use-case!

AlexEngblom commented 4 years ago

I suppose you could accomplish it by using this library together with JsonConverter attribute and custom converter to do the localization mapping without any special extension for this library itself.

This old issue has some discussion about using them and a commit link showcasing its use in a unit test.