I use angular-dynamic-locale to change the language of UI Bootstrap's datepicker (I do not want to add the right localization source file at the server side. Hence, I need something more dynamic).
The localization file is loaded. However, when I open a datepicker on my page, the localization takes place only after I switch to a new month via the <
, >
buttons.
Is there any way to have this change happen directly?