Skip to content

Commit c83f461

Browse files
authored
docs(chart): edit misleading culture information (#1744)
1 parent a6dc1de commit c83f461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

globalization/globalization-formats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The Telerik UI for Blazor components use the culture of the current thread to re
1616
| Component | Date And Number Format Specifics |
1717
|---|---|
1818
| [Calendar](https://demos.telerik.com/blazor-ui/calendar/globalization) | The 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. |
19-
| [Chart](https://demos.telerik.com/blazor-ui/chart/globalization) | The [Label Format Strings]({%slug components/chart/label-template-format%}) and [Tooltip]({%slug chart-tooltip-overview%}) are culture aware (e.g., currency, dates). You can find examples in the [How to localize numeric labels in the Chart]({%slug chart-kb-localized-numeric-labels%}) knowledge base article. |
19+
| [Chart](https://demos.telerik.com/blazor-ui/chart/globalization) | The [Label Format Strings]({%slug components/chart/label-template-format%}) and [Tooltip]({%slug chart-tooltip-overview%}) allow using culture-aware content such as formatted numbers and dates. You can find examples at [How to localize numeric labels in the Chart]({%slug chart-kb-localized-numeric-labels%}) and at [Render culture-aware date axis labels](https://feedback.telerik.com/blazor/1629173-render-culture-aware-labels-on-the-date-axis). |
2020
| [DateInput](https://demos.telerik.com/blazor-ui/dateinput/globalization) | @[template](/_contentTemplates/common/general-info.md#date-format-per-culture) |
2121
| [DatePicker](https://demos.telerik.com/blazor-ui/datepicker/globalization) | @[template](/_contentTemplates/common/general-info.md#date-format-per-culture) |
2222
| [DateRangePicker](https://demos.telerik.com/blazor-ui/daterangepicker/globalization) | @[template](/_contentTemplates/common/general-info.md#date-format-per-culture) |

0 commit comments

Comments
 (0)