Skip to content

Tag: spring

Internalization in Spring Boot Application

Sorry for my english. I am working on a spring boot application and I have the following situation. I implemented internalization and I created a following configuration class Also I have two properties files messages.properties and messages_us.properties. And I defined a User entity class like this: When I t…