Hi guys, I have a Blazor WebAssembly hosted application with .net core 6, and I enabled localization following the syncfusion documentation and everything works perfect.
But now I am enabling prerendering in the application and and now I am getting errors due to localization:
Error: Could not find 'cultureInfo.get' ('cultureInfo' was undefined).
I tried to add localization services on the server, but the error persist.
It is possible to add localization when prerendering the application?
Thanks