我正在XPages应用程序中为日期选择控件实现语言支持。
链接:https://bootstrap-datepicker.readthedocs.io/en/stable/i18n.html
似乎我必须将语言文件作为资源(至少可以正常工作)
因此,为了避免这种情况,我必须提供每个语言文件,例如通过
<resource>
<content-type>application/x-javascript</content-type>
<href>bootstrap/datetimepicker/locales/bootstrap-datepicker.sv.js</href>
</resource>
我想通过Theme元素使整个文件夹的语言环境可用。
我该怎么做?