Skip to content

Commit 77d3846

Browse files
983239: updated
1 parent c6a664c commit 77d3846

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

blazor/treegrid/globalization.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,6 @@ public class TreeData
150150

151151
The **Internationalization** library globalize numeric, date, and time values in the TreeGrid through column **Format** strings. In this example, **SetCulture** and **SetCurrencyCode** are used to apply culture and currency. When formatting dates, numbers, or currency, ensure the required CLDR data (numbers, currencies, calendar) is available to the app and loaded before applying culture.
152152

153-
To support globalization:
154-
- Provide CLDR JSON files (for example, under wwwroot/cldr-data) for the target culture.
155-
- Load the required CLDR segments (such as numbers, currencies, and ca-gregorian) before calling SetCulture and SetCurrencyCode.
156-
157153
{% tabs %}
158154

159155
{% highlight razor %}

0 commit comments

Comments
 (0)