We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Changing Text for Previous, Next and Today in Scheduler Header

Hello,

as i mentioned, i want to change the texts display to the user.

Thank you


1 Reply

VD Vinitha Devi Murugan Syncfusion Team December 16, 2022 10:25 AM UTC

Hi Felix,


You can change the text display of “Previous, Next and Today in Schedule header” with the help of the below code changes in ..\Resources\SfResources.en-US.resx file. We have prepared a sample for your reference. Try the sample, let us know if you need any assistance.


..\Resources\SfResources.en-US.resx


//Use 

<data name="Schedule_next" xml:space="preserve">

<value>Next Dates</value>

</data>

<data name="Schedule_Previous" xml:space="preserve">

<value>Previous Dates</value>

</data>

<data name="Schedule_Today" xml:space="preserve">

<value>CurrentDay</value>

</data>


//Instead of 


<data name="Schedule_next" xml:space="preserve">

<value>Next</value>

</data>

<data name="Schedule_Previous" xml:space="preserve">

<value>Previous</value>

</data>

<data name="Schedule_Today" xml:space="preserve">

<value>Today</value>

</data>



Regards,

Vinitha


Attachment: Schedulelocatization_e6469e47.zip

Loader.
Live Chat Icon For mobile
Up arrow icon