Blazor Hybrid for Windows platform keeps en-us
for the culture. Therefore date pickers and numeric inputs can't be properly configured. Problem seems related to WebView2 which dev teams claims to have documentation about this but I fail to understand how one is supposed make the configuration.
I tried configured the App default culture and other trick on start-up but nothing changes, I keep having MM/dd/yyyy
format for date and dot for decimal separator when I expect dd/MM/yyyy
date format and a coma as separator.