Customize Today Button

Hi,


I want to change Today button's text


Is it possible to customize this button?


Thanks


Jim


1 Reply

TG Tamilarasan Gunasekaran Syncfusion Team February 21, 2025 03:19 PM UTC

Hi Jim,

# Regarding Customize Today Button.

You can customize the "Today" button text using localization. For example, to change the text to French, you can add a .resx file to your application and define the desired text along with its corresponding localized values. Then, in the MainWindow.xaml.cs file, you can configure it as shown below.

public MainWindow()

 {

     InitializeComponent();

     System.Threading.Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo("fr-FR");

 }

We have prepared a simple sample demonstrating this. Please check the attached sample for your reference.   

For detailed information, please refer to our User Guide documentation.  

If you have any further questions or require additional assistance, please don’t hesitate to let us know. We are here to help!

Regards,
Tamilarasan.


Attachment: WPFSchedulerLocalization_2f60b067.zip

Loader.
Up arrow icon