You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Blazor loads ICU datafile based on user's config and if it's empty: based on the Browser's locale. WASM is always loading full ICU.
We can copy Blazor's behavior by letting users set the shard in MsBuild + allow them to use custom ICU build. Moreover, we need to add a how-to for ICU.dat building, something like here: #53239 (comment)
The text was updated successfully, but these errors were encountered:
Tagging subscribers to this area: @dotnet/area-system-globalization
See info in area-owners.md if you want to be subscribed.
Issue Details
Blazor loads ICU datafile based on user's config and if it's empty: based on the Browser's locale. WASM is always loading full ICU.
We can copy Blazor's behavior by letting users set the shard in MsBuild + allow them to use custom ICU build. Moreover, we need to add a how-to for ICU.dat building, something like here: #53239 (comment)
Blazor loads ICU datafile based on user's config and if it's empty: based on the Browser's locale. WASM is always loading full ICU.
We can copy Blazor's behavior by letting users set the shard in MsBuild + allow them to use custom ICU build. Moreover, we need to add a how-to for ICU.dat building, something like here: #53239 (comment)
The text was updated successfully, but these errors were encountered: