Hi Community
I have faced with languageCode problem in confluance server.
Seems like Date picker languageCode does not work.
I have tried examples from AUI docu but it did not work too.
<input class="aui-date-picker" id="demo-range-1" type="date" />
AJS.$("#demo-range-1").datePicker({
'overrideBrowserDefault' : true,
'languageCode' : 'de'
});
After investigation and debugging source code I have found that languageCode = "". Looks like there is no translations, so I have a question - how can I add those missed files to my resources?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.