Я пытаюсь внедрить Интернационализацию в проектах Spring-boot и Thimeleaf и не получаю ожидаемых результатов. Это текущий результат
Предоставлено содержание моего кода и файлов свойств ниже.Путь к моим файлам свойств: src/main/resources
Буду признателен вам за это.Спасибо.
HTML-код:
<body>
<h1 th:text="#{index.title}">Library</h1>
<a th:href="@{/books.html}" href="#" th:text="#{index.books.link}">List of books</a>
</body>
messages_zh_CN.properties
main.title=Spring Boot Recipes - 图书馆
index.title=图书馆
index.books.link=图书列表
books.list.title=可用图书
books.list.table.title=标题
books.list.table.author=作者
books.list.table.isbn=ISBN
сообщений.свойства
main.title=Spring Boot Recipes - Library
index.title=Library
index.books.link=List of books
books.list.title=Available Books
books.list.table.title=Title
books.list.table.author=Author
books.list.table.isbn=ISBN