Skip to content

Commit 5748b77

Browse files
ES-975464 - Resolve the ReadMe file length issue in this sample repository
1 parent 9094623 commit 5748b77

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,17 @@
11
# How to localize the drag and drop window text in treegrid?
2-
This example illustrates how to localize the drag and drop window text in treegrid
2+
3+
This example illustrates how to localize the drag and drop window text in [WPF TreeGrid](https://www.syncfusion.com/wpf-controls/treegrid) and [UWP TreeGrid](https://www.syncfusion.com/uwp-ui-controls/treegrid).
4+
5+
To localize the TreeGrid, drag and drop window based on CurrentUICulture using resource files, follow the below steps.
6+
7+
1. Create new folder and named as `Resources` in your application.
8+
9+
2. Add the default resource file of treegrid into `Resources` folder.
10+
11+
3. Right-click on the `Resources` folder, select Add and then NewItem.
12+
13+
4. In Add New Item wizard, select the Resource File option and name the filename as Syncfusion.SfGrid.WPF.<Culture_Name>.resx for WPF and Syncfusion.SfGrid.UWP.Resources.<Culture_Name>.resw for UWP. For example, you have to give name as `Syncfusion.SfGrid.WPF.de.resx` / `Syncfusion.SfGrid.UWP.Resources.de.resw` for German culture.
14+
15+
5. The culture name that indicates the name of language and country.
16+
17+
6. Add the Name/Value pair in Resource Designer of `Syncfusion.SfGrid.WPF.de.resx` / `Syncfusion.SfGrid.UWP.Resources.de.resw` file and change its corresponding value to corresponding culture.

0 commit comments

Comments
 (0)