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