Open JHorvath-MaxetaTech opened 1 year ago
This problem happens because Blazor WASM doesn't have access to the full culture info as it has in Blazor Server.
I guess the only other way is for us to make a new localization dictionary of all culture names and then look it up when needed. 🤔
Describe the bug Blazorise WASM project template localization dropdown shows the language code, not the language name
To Reproduce Steps to reproduce the behavior:
dotnet new blazorise -bh WebAssembly
dotnet run
Expected behavior The list should be a list of languages, not a list of language codes (like the -bh Server project option).
Screenshots