New to Telerik UI for ASP.NET Core? Download free 30-day trial
ASP.NET Core Grid Globalization
- EXAMPLE
- VIEW SOURCE
-
Change Theme
defaultDefault Theme
- Main
- Main Dark
- Nordic
- Ocean Blue
- Ocean Blue A11Y
- Purple
- Turquoise
Bootstrap Theme- Main
- Bootstrap 3
- Bootstrap 3 Dark
- Main Dark
- Nordic
- Turquoise
- Turquoise Dark
- Urban
- Vintage
Material Theme- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
Classic Theme- Main
- Green
- Green Dark
- Lavender
- Lavender Dark
- Main Dark
- Metro
- Metro Dark
- Moonlight
- Opal
- Opal Dark
- Silver
- Silver Dark
- Uniform
Fluent Theme- Main
Also available for:
CLIENT-SIDE API SERVER-SIDE APIDescription
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 ASP.NET Core Data Grid delivers globalization through the translation of its messages with adapting them to specific cultures and right-to-left support, as demonstrated is this demo.
Telerik UI for ASP.NET Core provides globalization features through the supported internationalization and localization approaches. 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 ASP.NET Core localization services include the available RTL mode of Telerik UI for ASP.NET Core components and the ability to change their displayed messages by adding an additional script file in the document.
This demo shows how to change the culture and language in which the Data Grid messages are displayed. The Telerik UI culture defines specific information for the number formats, week and month names, date and time formats, and more. The Telerik UI culture scripts are generated from the Windows 10 and .NET 4.7 server-side culture definitions and match them by design.
The demo also shows how the selected culture from the Telerik UI for ASP.NET Core DropDownList
updates the server culture. This behavior enables the Telerik UI for ASP.NET Core Grid to use the
matching Resource file messages and localize them accordingly. The
kendo.culture()
method sets the client cluture to force the Data Grid to use the matching date,
number, currency, week, and month formats.
The Telerik UI messages are community-sourced. If a translation is missing from the Resource messages, the Grid will use the default "en-US" messages.
For more information about the globalization capabilities, refer to the official Telerik UI for ASP.NET Core Data Grid product documentation on the available internationalization and localization settings.