We have a spring-boot + Thymeleaf web application that shows messages in different languages. These messages are within the app as default: /src/main/resources/messages.properties
The app configuration loads from a spring-boot cloud config service. I wonder if would it be possible to load the messages.properties file remotely from the config server instead of using the internal one (as the app also loads the application.yml)