Skip to content

Commit df8aeb8

Browse files
documentation(952113):Updated the sample.
1 parent d1d7aab commit df8aeb8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

blazor/datagrid/global-local.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,9 @@ To switch to a different localization, follow these steps:
162162

163163
You can create a **Blazor Web App** named **LocalizationSample** using Visual Studio 2022, either via [Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-8.0) or the [Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Extension](https://blazor.syncfusion.com/documentation/visual-studio-integration/template-studio). Make sure to configure the appropriate [interactive render mode](https://learn.microsoft.com/en-us/aspnet/core/blazor/components/render-modes?view=aspnetcore-8.0#render-modes) and [interactivity location](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-8.0&pivots=windows).
164164

165-
**Step 2: Install Syncfusion Blazor Grid and Themes NuGet packages**
165+
**Step 2: Install Syncfusion Blazor DataGrid and Themes NuGet packages**
166166

167-
To add the Syncfusion Blazor Grid in the app, open the NuGet Package Manager in Visual Studio (*Tools → NuGet Package Manager → Manage NuGet Packages for Solution*), search and install [Syncfusion.Blazor.Grid](https://www.nuget.org/packages/Syncfusion.Blazor.Grid/) and [Syncfusion.Blazor.Themes](https://www.nuget.org/packages/Syncfusion.Blazor.Themes/).
167+
To add the Syncfusion Blazor DataGrid in the app, open the NuGet Package Manager in Visual Studio (*Tools → NuGet Package Manager → Manage NuGet Packages for Solution*), search and install [Syncfusion.Blazor.Grid](https://www.nuget.org/packages/Syncfusion.Blazor.Grid/) and [Syncfusion.Blazor.Themes](https://www.nuget.org/packages/Syncfusion.Blazor.Themes/).
168168

169169
If your Blazor Web App uses `WebAssembly` or `Auto` render modes, install the Syncfusion Blazor NuGet packages in the client project.
170170

@@ -332,9 +332,9 @@ For a Blazor Web App, add the following JavaScript function to the **~/Component
332332
{% endhighlight %}
333333
{% endtabs %}
334334

335-
**Step 9: Configure culture switching with Syncfusion Grid**
335+
**Step 9: Configure culture switching with Syncfusion Blazor DataGrid**
336336

337-
In the **Counter.razor** file, add the following code to change the culture and display a Syncfusion Grid with a Button to switch between English (en-US) and French (fr-FR):
337+
In the **Counter.razor** file, add the following code to change the culture and display a Grid with a Button to switch between English (en-US) and French (fr-FR):
338338

339339
{% tabs %}
340340
{% highlight razor tabtitle="Index.razor" %}

0 commit comments

Comments
 (0)