Home
MCQS
Spring Boot MCQ Quiz Hub
Spring Boot - Internationalization
Choose a topic to test your knowledge and improve your Spring Boot skills
1. Spring boot support Internationalization?
true
false
2. Internationalization is a readiness of Localization?
true
false
3. Dependencies required to implement the Internationalization in Spring Boot?
Spring Boot Starter Web
Spring Boot Starter Thymeleaf
both
None
4. setDefaultLocale(Locale.US) is method of ?
SessionLocaleResolver
LocaleResolver
LocaleChangeInterceptor
None
5. Spring Boot application by default takes the message sources from src/main/resources folder under the classpath
true
false
6. Spring boot the default locale message file name
message.properties
messages_XX.properties. The XX represents the locale code
messages_fr.properties
All
7. The syntax #{key} to display the messages from the properties file.
true
false
Submit