-
i have installed the plugin in my project but i can't refrernce
`using Askmethat.Aspnet.JsonLocalizer.JsonOptions;`
![askmethat](https://user-images.githubusercontent.com/10415486/83284443-f431…
-
Hi,
Getting exception while retrieving a localized string using GetString method of IStringLocalizer class. Below is the exception:
Culture is not supported. (Parameter 'name')\r\n
-
Can I use this library with Data Annotations?
-
I am changing my json file at run time. Then I execute the ClearMemCache method and refresh the view containing the keys. Should the view display the new key values?
-
Is it possible to add different scenarios of how to use this library? for example data annotation, in views and controllers.
Thank you
-
I am currently trying to understand the ["GetCultureToUse"-method](https://github.com/AlexTeixeira/Askmethat-Aspnet-JsonLocalizer/blob/master/Askmethat.Aspnet.JsonLocalizer/Localizer/JsonStringLocaliz…
-
I think to completely support BaseName matching in JsonStringLocalizerFactory the Create-Method with a Type as input parameter should be changed to use the type:
```
public IStringLocalizer Create(T…
-
Regarding to [the MSDN](https://docs.microsoft.com/de-de/aspnet/core/fundamentals/localization?view=aspnetcore-2.2#make-the-apps-content-localizable) not found keys should return the key and not throw…
-
I am trying to make my website bilingual, I set the culture with cookie like this.
public IActionResult SetCulture(string id = "en")
{
var culture = id;
Re…
-
Hi. I get this error after using this package with asp.net core 2.2
`DirectoryNotFoundException: Could not find a part of the path '\bin\Debug\netcoreapp2.2\json'.`
but after I copy manually JSON fi…