I’m using the italian localization of the project, by loading the “codebase/locale/locale_it.js” file.
Everything is ok in a simple scenario.
Now following the provided example, I’m loading two scheduler in the same page, so I’m using the Scheduler.getSchedulerInstance() method to instantiate the second element.
The problem is that this second element is not òlocalized in Italian but it’s using the default language (english).
Hello,
we’ve confirmed the issue. Seems like the locale files are applied only to the default scheduler instance. Please try adding locale in following way (note the code block right after locale.js)