Skip to content

Including a custom icudt.dat file into the Blazor WASM build process

Notifications You must be signed in to change notification settings

igotinfected/test-icudt-blazor-wasm

Repository files navigation

Using a custom icudt.dat file in a Blazor WASM project

lb-LU culture sample

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: dotnet/runtime#53239 (comment).

The icudt.dat file included in this project contains the lb-LU culture.

About

Including a custom icudt.dat file into the Blazor WASM build process

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published