作为this问题的延续,我想问以下问题:
我想将德语格式添加到数字中,但不能像使用
那样将其应用于整个文档<#setting number_format="0.##">
<#setting locale="de_DE">
German people write: ${12345678}
有没有类似...的东西?
${numericalValue?locale("de_DE")}
或者我应该在免费标记github存储库上为其打开功能请求?
答案 0 :(得分:1)
没有现成的功能。尽管自定义格式可以进行任何操作(请参见https://freemarker.apache.org/docs/pgui_config_custom_formats.html)。