logo
  • 教程列表
  • SO官方文档
  • 在 Thymeleaf 中外化文本
    • 本土化
    • 带参数的本地化消息
  1. StackOverflow 文档
  2. thymeleaf 教程
  3. 在 Thymeleaf 中外化文本
  4. 带参数的本地化消息

带参数的本地化消息

Created: November-22, 2018

在 messages.properties 中写入消息

welcome.message=Hello, {0}!

将{0}替换为 thymeleaf 标记内的用户名

<h3 th:text="#{welcome.message(${some.variable})}">Hello, Placeholder</h3>
  • 本土化

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 关于我们
  • 免责声明