Articles in this section

How to localize the GridDateTimeColumn button text in WPF DataGrid (SfDataGrid)?

 

The DateTimeEdit control as an edit element for GridDateTimeColumn in WPF DataGrid (SfDataGrid). The DateTimeEdit control referred by Syncfusion.Shared.Wpf assembly. You can localize the GridDateTimeColumn button text by adding the resource file as Syncfusion.Shared.Wpf.<culture name>.resx

public MainWindow()
{
            System.Threading.Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo("de");
            InitializeComponent();
 }

 

Shows the resource file adding steps in SfDataGrid

 

The following screenshot shows the localized GridDateTimeColumn button text,

Localized text show for Today and None button text in GridDateTimeColumn

 

View WPF DataGrid Localization Demo in GitHub

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Access denied
Access denied