Scheduler- Calendar Month Resource

Hi I want to use Resources for scheduler I manage to use some places but not calendar month and dates. What should I do?


I cant insert image somehow but heres the problem: 

Green rectangle mean I can manage to resource but red is not.


https://ibb.co/M7JZpYs

https://ibb.co/72Byys1

https://ibb.co/vwqzqCX


And this is my script


var L10n = ej.base.L10n;

        L10n.load({

            'en-US': {

                'schedule': {

                    'addTitle': '@LangStrings.GetString("TopicName")',

                    'TodayButton': '@LangStrings.GetString("Today")',

                    'today': '@LangStrings.GetString("Today")',

                    'moreDetails': '@LangStrings.GetString("MoreDetails")',

                    'saveButton': '@LangStrings.GetString("Save")',

                    'cancelButton': '@LangStrings.GetString("Cancel")',

                    'deleteButton': '@LangStrings.GetString("Delete")',

                    "delete" : '@LangStrings.GetString("Delete")',

                    "close": '@LangStrings.GetString("Close")',

                    "cancel": '@LangStrings.GetString("Cancel")',

                    "save": '@LangStrings.GetString("Save")',

                    "deleteEvent": '@LangStrings.GetString("AreYouSure")',

                    "deleteContent": '@LangStrings.GetString("ToastrWillBeDeletedMessage")',

                    "deleteMultipleContent": '@LangStrings.GetString("ToastrWillBeDeletedMessage")',

                    "edit": '@LangStrings.GetString("Edit")',

                },

                "calendar": {

                    "today": '@LangStrings.GetString("TodayCalendar")',

                    'TodayButton': '@LangStrings.GetString("Today")',

                },


            }

        });


1 Reply

VD Vinitha Devi Murugan Syncfusion Team September 7, 2021 12:02 PM UTC

Hi Peker, 
  
Greetings from Syncfusion Support. 
  
We have checked the reported issue in your shared images and suspect that you want to render the scheduler with specific locale and for the same we have shared the sample in the following link. We suspect that the issue might be due to you may missed to refer the required culture files to render the EJ2 Schedule component with specified locale. 
  
Also, we suggest you to refer below documentation for more information. 
 
Kindly try the above sample and if you still face the mentioned issue, could you please replicate your problem in above sample or share your localization related code snippets to serve you better. 
  
Regards, 
Vinitha 


Loader.
Up arrow icon