Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions aspnetcore/blazor/globalization-localization.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ A limited set of ASP.NET Core's localization features are supported:

:::zone pivot="webassembly"

Blazor WebAssembly has a reduced globalization API and uses a reduced set of built-in locales. For more information, see [.NET globalization and ICU: ICU on WebAssembly](/dotnet/core/extensions/globalization-icu#icu-on-webassembly).
> [!IMPORTANT]
> Blazor WebAssembly uses a reduced globalization API and set of built-in locales. Adding locales to a Blazor WebAssembly app isn't supported but is under consideration for .NET 8, which is targeted for release in late 2023. For more information, see [.NET globalization and ICU: ICU on WebAssembly](/dotnet/core/extensions/globalization-icu#icu-on-webassembly).

:::zone-end

Expand Down Expand Up @@ -953,7 +954,8 @@ A limited set of ASP.NET Core's localization features are supported:

:::zone pivot="webassembly"

Blazor WebAssembly has a reduced globalization API and uses a reduced set of built-in locales. For more information, see [.NET globalization and ICU: ICU on WebAssembly](/dotnet/core/extensions/globalization-icu#icu-on-webassembly).
> [!IMPORTANT]
> Blazor WebAssembly uses a reduced globalization API and set of built-in locales. Adding locales to a Blazor WebAssembly app isn't supported but is under consideration for .NET 8, which is targeted for release in late 2023. For more information, see [.NET globalization and ICU: ICU on WebAssembly](/dotnet/core/extensions/globalization-icu#icu-on-webassembly).

:::zone-end

Expand Down Expand Up @@ -1889,7 +1891,8 @@ A limited set of ASP.NET Core's localization features are supported:

:::zone pivot="webassembly"

Blazor WebAssembly has a reduced globalization API and uses a reduced set of built-in locales. For more information, see [.NET globalization and ICU: ICU on WebAssembly](/dotnet/core/extensions/globalization-icu#icu-on-webassembly).
> [!IMPORTANT]
> Blazor WebAssembly uses a reduced globalization API and set of built-in locales. Adding locales to a Blazor WebAssembly app isn't supported but is under consideration for .NET 8, which is targeted for release in late 2023. For more information, see [.NET globalization and ICU: ICU on WebAssembly](/dotnet/core/extensions/globalization-icu#icu-on-webassembly).

:::zone-end

Expand Down Expand Up @@ -2815,7 +2818,8 @@ A limited set of ASP.NET Core's localization features are supported:

:::zone pivot="webassembly"

Blazor WebAssembly has a reduced globalization API and uses a reduced set of built-in locales. For more information, see [.NET globalization and ICU: ICU on WebAssembly](/dotnet/core/extensions/globalization-icu#icu-on-webassembly).
> [!IMPORTANT]
> Blazor WebAssembly uses a reduced globalization API and set of built-in locales. Adding locales to a Blazor WebAssembly app isn't supported but is under consideration for .NET 8, which is targeted for release in late 2023. For more information, see [.NET globalization and ICU: ICU on WebAssembly](/dotnet/core/extensions/globalization-icu#icu-on-webassembly).

:::zone-end

Expand Down