Back to Practical Aspnetcore

Localization using Portable Object (PO) files

projects/blazor-ss/Localization-2/README.md

latest439 B
Original Source

Localization using Portable Object (PO) files

This is a sample on how to use localization and perform language switching on Blazor Server by using Portable Object (PO) files.

We will be using OrchardCore.Localization.Core package with version 1.0.0-rc1-13433.

For this example to work, you need to add additional NuGet sources using this instruction.