New to Telerik UI for BlazorStart a free 30-day trial

Globalization of Date And Number Formats

The Telerik UI for Blazor components use the culture of the current thread to render the appropriate culture-specific format for dates, numbers, and currency.

ComponentDate And Number Format Specifics
CalendarThe names of the months and days of the week are taken from the current culture, and the FirstDayOfWeek of the culture is honored when ordering the days of the week. The Calendar uses the ShortestDayNames array to get the short names for the days of the week and it expects them in the default order coming from the framework - Sunday to Saturday.
ChartThe Label Format Strings and Tooltip allow using culture-aware content such as formatted numbers and dates. You can find examples at How to localize numeric labels in the Chart and at Render culture-aware date axis labels.
DateInputThe Format is culture-specific and the same format may produce different results depending on the culture. You can find more information and examples in the Supported Date Formats article.
DatePickerThe Format is culture-specific and the same format may produce different results depending on the culture. You can find more information and examples in the Supported Date Formats article.
DateRangePickerThe Format is culture-specific and the same format may produce different results depending on the culture. You can find more information and examples in the Supported Date Formats article.
DateTimePickerThe Format is culture-specific and the same format may produce different results depending on the culture. You can find more information and examples in the Supported Date Formats article.
GridThe various inputs and editors are Telerik components and respond to the culture. Custom code and format strings in the templates will also default to using the current culture unless you explicitly use a certain culture in them.
NumericTextBoxThe Format (for example, currency), decimal separator, group separator and default number of Decimals are taken from the current culture.
RangeSliderThe labels on the large ticks are formatted according to the current culture and its default decimals.
SchedulerDate formats are taken from the culture, in the week view the first day of the week is also taken from the culture even if it does not match the Date. The various inputs and editors in the edit form are Telerik components and respond to the culture.
SliderThe labels on the large ticks are formatted according to the current culture and its default decimals.
TimePickerThe Format is culture-specific and the same format may produce different results depending on the culture. You can find more information and examples in the Supported Date Formats article.
TreeListThe various inputs and editors are Telerik components and respond to the culture. Custom code and format strings in the templates will also default to using the current culture unless you explicitly use a certain culture in them.

See Also

In this article
See Also
Not finding the help you need?
Contact Support