From the course: Spring: Spring MVC
Unlock the full course today
Join today to access over 24,200 courses taught by industry experts.
Introduction to l10n and i18n
From the course: Spring: Spring MVC
Introduction to l10n and i18n
- [Instructor] Let's take a look at l10n and i18n and support with the Spring MVC. l10N is localization. There are 10 characters between l and n. I18n is internationalization. 18 characters between i and n. And what are these concepts? This process is basically used to localize or externalize messages and labels for an application. All your GSP forms have a huge set of labels that you wish to display. Also the success or the validations that you carry out the error messages corresponding to that, the information messages that you want to display, all of those are basically supposed to be localized or externalized and that is what we mean by providing localization and internationalization support. Why do you need that? Let's say you have a lot of GSP pages and you have a lot of controls on those GSP pages in your forms, which more or less have the same labels. A username could be shown on a login page and a…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
-
-
-
(Locked)
Introduction to interceptors3m 28s
-
(Locked)
Built-in and custom interceptors2m 45s
-
(Locked)
Add interceptor class5m 45s
-
(Locked)
Register interceptors3m 17s
-
(Locked)
Request and session attributes1m 57s
-
(Locked)
Save and get SessionAttributes demo6m 47s
-
(Locked)
Test session flow and implement forwarding7m 37s
-
(Locked)
End HttpSession8m 33s
-
(Locked)
Redirecting outside an application3m 40s
-
(Locked)
Introduction to themes1m 48s
-
(Locked)
Define themes and theme resolver4m 18s
-
(Locked)
Define ThemeChangeInterceptor6m 38s
-
(Locked)
Pick themes on JSPs2m 37s
-
(Locked)
Introduction to l10n and i18n3m
-
(Locked)
Automatic locale resolution demo9m 55s
-
(Locked)
CookieLocaleResolver and interceptor for l10n and i18n5m 37s
-
(Locked)
-
-