Hi Tümer,
Thanks for the update.
To translate the field, we need to load the culture file what we are going to use like below,
loadCldr(
require('../../node_modules/cldr-data/supplemental/numberingSystems.json'),
require('../../node_modules/cldr-data/main/tr/ca-gregorian.json'),
require('../../node_modules/cldr-data/main/tr/currencies.json'),
require('../../node_modules/cldr-data/main/tr/numbers.json'),
require('../../node_modules/cldr-data/main/tr/timeZoneNames.json')
);
And the same we have to set to the Schedule’s locale property like below,
<ejs-schedule #schedule height='550px' locale='tr' [(selectedDate)]="selectedDate" [eventSettings]="eventSettings">
</ejs-schedule>
We have prepared the sample with tr culture file which can be downloaded from below link,
Please try the above sample and revert us if you need any further assistance.
Regards,
Vengatesh