Askmethat-Aspnet-JsonLocalizer
Askmethat-Aspnet-JsonLocalizer copied to clipboard
Json Localizer library for .NetStandard and .NetCore Asp.net projects
I have a Blazor App already using localization. It is a Wasm app with an API backend. I already had both French and English resx files in the Resources folder....
net6.0 is now the LTS version. We are planning to migrate from netcoreapp3.1 but your package does not allow us to do taht. Please add support for net6.0 Thank you...
Hi there, I'm using a set of JSON files with localised strings, for example: ``` localization.json localization.nl.json ``` Where `localization.json` is the fallback locale (en-US) and `localization.nl.json ` is Dutch....
Hi everybody, I want to validate localization files (do validation) as sometimes it turns out some comma is missing and JSON format is not correct/valid. Does anybody do that and...
It would be awesome if Askmethat.Aspnet.JsonLocalizer assembly would have a strong name.
Hi @AlexTeixeira, first I want to thank you for this great library and I hope you are doing well. Today I had a lot of invalid operation exceptions with the...
Hi, is there a way to pass additional filepaths for i18n localizations like this: ` translations/ /common/localization.en-Us.json /site1.com/localization.en-Us.json /site2.com/localization.en-Us.json ---> so on.. ` one method i though of was passing...
I got download nuget package and as in example, When I was coding service extensions, I got these errors,
Hello, Do you have any example on localizing DisplayAttribute or similar? i tried creating my own localized attribute but it seems you can't proper DI into attribute classes, here is...
Isn't the setting IsAbsolutePath redundant? You can always use System.IO.Path.IsPathRooted to tell.