Dependencies required to implement the Internationalization in Spring Boot?
1.Spring Boot Starter Web
2.Spring Boot Starter Thymeleaf
3.both
4.None
Internationalization is a readiness of Localization?
1.true
2.false
setDefaultLocale(Locale.US) is method of ?
1.SessionLocaleResolver
2.LocaleResolver
3.LocaleChangeInterceptor
4.None
Spring Boot application by default takes the message sources from src/main/resources folder under the classpath
1.true
2.false
Spring boot support Internationalization?
1.true
2.false
Spring boot the default locale message file name
1.message.properties
2.messages_XX.properties. The XX represents the locale code
3.messages_fr.properties
4.All
The syntax #{key} to display the messages from the properties file.
1.true
2.false