我正在用百里香春季来编写网页。 我的要求是在同一页面上显示不同语言的单词。
我知道如何使用i18n翻译成其他语言,例如#{welcome}。 但是它只能显示一种语言,例如根据我的浏览器使用英语。
<td th:text="#{welcome}"></td> # I want this tag in English
<td th:text="#{welcome}"></td> # I want this tag in Chinese
我想在同一页面上显示两种语言,我可以决定哪个标记使用哪种语言。
欢迎 你好