Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们正在编写 ADF 应用程序,并且正在实施国际化。看起来 JavaVM 无法识别法罗语语言环境 (fa),因此使用了错误的日期格式。
有没有办法覆盖 Oracle ADF 中特定于语言环境的日期格式?
找到了!添加:<formatting-locale>da_DK</formatting-locale>到 trinidad-config.xml
<formatting-locale>da_DK</formatting-locale>