Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Blazor DataGrid - Globalization with CLDR Files

Overview

This sample demonstrates how to localize and globalize the Syncfusion Blazor DataGrid by loading culture-specific CLDR resources in a Blazor client application. The implementation focuses on configuring the Grid to display localized text and culture-aware formatting based on the selected or configured culture. Using CLDR data ensures that dates, numbers, currencies, and other culture-dependent values are rendered consistently according to regional standards.

Key Features

  • Demonstrates globalization support for the Syncfusion Blazor DataGrid.
  • Uses CLDR (Common Locale Data Repository) resources to provide culture-specific formatting information.
  • Shows how localized Grid text and culture-aware formatting can be applied within a Blazor client application.
  • Includes culture configuration required for localized DataGrid rendering.

Prerequisites

  • Visual Studio 2022 or Visual Studio Code

How to Run the Project

Visual Studio 2022

  1. Clone or download this repository.
  2. Open the solution located within the repository using Visual Studio 2022.
  3. Restore all NuGet packages required by the project.
  4. Build the application to verify that dependencies and localization resources are configured correctly.
  5. Run the project.
  6. Open the page hosting the Syncfusion Blazor DataGrid and observe the localized UI text and culture-aware formatting applied through the CLDR resources.

Visual Studio Code

  1. Open the repository folder in Visual Studio Code.
  2. Open the integrated terminal.
  3. Navigate to the project directory.
dotnet restore
dotnet run

Project Structure

  • BlazorApp1/wwwroot/ — stores static resources used by the application, including localization and globalization assets.
  • BlazorApp1/Pages/ — contains the Razor page that renders the Syncfusion Blazor DataGrid.

Support and Feedback

License

This is a Syncfusion sample project provided to demonstrate product usage. Review the Syncfusion license terms before using Syncfusion components in your own applications.

About

This demo shows how to apply localization for a EJ2-DataGrid in BlazorClient App

Topics

Resources

Stars

1 star

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages