An open API service indexing awesome lists of open source software.

https://github.com/emimontesdeoca/blazor-wasm-localization

PoC to check how to add localization to Blazor Webassembly
https://github.com/emimontesdeoca/blazor-wasm-localization

blazor localization wasm

Last synced: about 2 months ago
JSON representation

PoC to check how to add localization to Blazor Webassembly

Awesome Lists containing this project

README

          

# blazor-wasm-localization

This is a proof of concept of how to add localization to a blazor webassembly, followed some of the guides found on the internet:

* [ASP.NET Core Blazor globalization and localization](https://learn.microsoft.com/en-us/aspnet/core/blazor/globalization-localization?view=aspnetcore-6.0&pivots=server)
* [Localization in Blazor WebAssembly Applications](https://code-maze.com/localization-in-blazor-webassembly-applications/)
* [Blazor WebAssembly I18n from Start to Finish](https://phrase.com/blog/posts/blazor-webassembly-i18n/)
* [LocSample](https://github.com/pranavkm/LocSample)

## Todo

- [x] Create blazor wasm project
- [x] Add resource files
- [x] Add auto detect based on user localization
- [x] Change by dropdow