jsakamoto / Toolbelt.Blazor.I18nText

The class library that provides the ability to localize texts on your Blazor app!
Mozilla Public License 2.0
246 stars 23 forks source link

Pull JSON from Database instead of Filesystem #23

Open aherrick opened 4 years ago

aherrick commented 4 years ago

Would there be anyway to pull the JSON translation dynamically from a DB instead of having it pre baked in the assembly on the file system?

jsakamoto commented 4 years ago

@aherrick Thank you for your nice suggestion!

There is no way at this time, but I'll try to make injection points to fetching JSON mechanism.

However, I'm busy with another work, so I can't promise you to when it will be done.