August 2017
Intermediate to advanced
142 pages
3h
English
© Jorge Acetozi 2017
Jorge Acetozi, Pro Java Clustering and Scalability, https://doi.org/10.1007/978-1-4842-2985-9_14
Jorge Acetozi1
(1)São Paulo / SP, Brazil
It’s possible to translate all the chat application text by choosing the desired language in the application menu (Figure 14-1). This way, users from different countries can make better use of the system. This concept is frequently known as internationalization (or I18N).

Implementing internationalization using Spring MVC1 is quite simple.
Basically, you need the @Configuration class to extend from WebMvcConfigurerAdapter to do ...
Read now
Unlock full access