Hi!
I am using APEX 23.1. I have a calendar component that in case i set the application language to Macedonian only the calendar buttons get translated but not the names of the days / months (as shown on the following picture).

I tried switching the application language to Serbian (due to both languages using Cyrillic) thinking that the problem lies in the usage of Cyrillic letters, but everything is fine as shown on the following picture.

I also tried using JavaScript and innerHTML to change the values but instead of changing the values, it weirdly appends them to the already existing ones, as shown on the following picture.

Are there any text messages for the months / years that i can use in the shared components to alter the values for the calendar component? I searched on the internet and couldn't find any… I tested the same on APEX 23.2, still doesn't work.