-
-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
Description
I am currently using .NET 8 with Interactive Auto for Blazor and having trouble getting the WASM part working. I was able to get the Server Part working with:
builder.Services.AddJsonLocalization(options => options.ResourcesPath = "wwwroot/Resources");
But that doesn't seem to work on the Wasm part.
The console error I get is:
One or more errors occurred. (Value cannot be null. (Parameter 'path1'))
I am using a general file: "fr-FR.json" similar to one of the samples in the repo.
Let me know if you have an idea on how to get it working.