Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/igotinfected/test-icudt-blazor-wasm
Including a custom icudt.dat file into the Blazor WASM build process
https://github.com/igotinfected/test-icudt-blazor-wasm
blazor icu icudt integrity msbuild wasm
Last synced: about 1 month ago
JSON representation
Including a custom icudt.dat file into the Blazor WASM build process
- Host: GitHub
- URL: https://github.com/igotinfected/test-icudt-blazor-wasm
- Owner: igotinfected
- Created: 2022-12-21T18:10:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-21T19:37:26.000Z (about 2 years ago)
- Last Synced: 2024-10-06T06:41:16.487Z (3 months ago)
- Topics: blazor, icu, icudt, integrity, msbuild, wasm
- Language: CSS
- Homepage:
- Size: 1.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Using a custom `icudt.dat` file in a Blazor WASM project
![lb-LU culture sample](assets/lb-culture-sample.png)
If a language you want to support is not considered canonical, and hence does not include full localization data by default in Blazor, you can use the `_ReplaceICU` target defined in the `.csproj` to replace the built-in `icudt.dat` file with your own.
Refer to this comment to find out how to generate your own file: https://github.com/dotnet/runtime/issues/53239#issuecomment-1358010791.
The `icudt.dat` file included in this project contains the `lb-LU` culture.