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
- Host: GitHub
- URL: https://github.com/emimontesdeoca/blazor-wasm-localization
- Owner: emimontesdeoca
- License: apache-2.0
- Created: 2022-10-13T17:56:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-13T18:45:33.000Z (over 3 years ago)
- Last Synced: 2025-06-28T22:37:11.383Z (12 months ago)
- Topics: blazor, localization, wasm
- Language: HTML
- Homepage:
- Size: 255 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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