I am working on a Blazor Wasm app which has localization using resource files (.resx).
When looking into the official documentation / and the sample solution from Microsoft, it seems like changing language needs to reload the entire application? (documentation)
Does anyone have a workaround for not reloading the app when language has changed? I'm required to keep my translations in my .resx files, so the workaround should still base on .resx files...