Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

APEX 20.2 change datepicker locale

InoLJan 7 2022 — edited Jan 7 2022

I have to change the datepicker language in my application(to "nl") , without changing the Application Primary Language (that would work just fine, but I won't go into details why I can't change the Application Primary Language).
I've included jquery.ui.datepicker-nl.js in my application (as static aplication file), and running

$.datepicker.regional

in the browser console shows that locale nl is available.
I'm struggling to set this locale. I've tried this On Page Load

$.datepicker.setDefaults( $.datepicker.regional[ "nl" ] );

but the datepicker is still in English.
Any ideas how I can change the datepicker locale without changing Application Primary Language?

This post has been answered by InoL on Jan 7 2022
Jump to Answer
Comments
Post Details
Added on Jan 7 2022
1 comment
716 views