Spring Boot Internationalization (i18n) Examples

Описание к видео Spring Boot Internationalization (i18n) Examples

Learn to implement multiple languages support (internationalization - i18n) for a Spring boot application with Thymeleaf and Bootstrap. Write code that allows the users to change language easily.
Here are the steps:
- Write some code to understand get current locale (current language code and language name) and get all ISO language codes.
- Configure Locale resolver and Locale change interceptor in Spring to override the default locale and locale change parameter inURL.
- Create language files (messages_XX.properties)
- Update Thymeleaf views for i18n
- Switch between different languages (English, French...)

Комментарии

Информация по комментариям в разработке