Localization samples for Syncfusion Blazor UI components in Blazor Server and Blazor WebAssembly application
- Clone the repostiry using below command line from the command prompt.
git clone https://github.com/SyncfusionExamples/blazor-localization
- Navigate to the sepecified application folder either blazor-server-apporblazor-webassembly-app.
cd blazor-localization/blazor-server-app
- Run the application using below command line.
dotnet run
- Copy/paste the localhost link in the browser to launch the application.
- The Blazor Server application with Localization is available in the blazor-server-applocation.
- The Resource files are available in ~/blazor-server-app/Resourceslocation.
- The Blazor WebAssembly application with Localization is available in the blazor-webassembly-applocation.
- The Resource files are available in ~/blazor-webassembly-app/Resourceslocation.