New to Telerik UI for Blazor? Download Free 30-day trial
Spreadsheet - Globalization
- EXAMPLE
- VIEW SOURCE
- Change Theme
default
Select your language:
English- Globalization.razor
- SpreadsheetConstants.cs
Description
Globalization is a process which combines web applications adaptation to meet the requirements of local markets and different languages (localization) with their adaptation to specific cultures (internationalization).
The Spreadsheet component provides the following culture-aware behaviors:
- Numbers display with the correct decimal separator.
- Date parsing depends on the current culture. For example, if the user types a date with a string month name, it will be recognized only if the month name belongs to the current culture and locale.
Telerik UI for Blazor provides globalization features through the supported internationalization and localization options. The internationalization feature applies the desired cultures by providing services for defining these cultures, and parsing and formatting dates and numbers. The Telerik UI for Blazor localization service includes the ability to change the component messages via .NET localization and Messages.resx
files.
Furthermore, you can use our blazor-ui-messages public repository to find and submit additional, community-generated language files to incorporate in your projects.