From the course: Spring Web MVC 6
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
Understand l10n and i18n - Spring Tutorial
From the course: Spring Web MVC 6
Understand l10n and i18n
- [Instructor] In the previous video, we passed an error code email.empty to the ValidationUtils call. We did that for the name.empty code too. These error codes have still not been implemented in the application. Before we do that, let's take a look at the concept of localization and internationalization. Localization is a feature used in web applications to adapt your app to a specific language. This means that all the text in the app, which is rendered by your HTMLs, is actually according to the local language for the targeted market. This rendering makes a thorough consideration of the culture and language requirements., In broader terms, localization may not be mere translation of text. It may go above and beyond that. It may involve redesigning the website altogether, rendering its images, et cetera, in a manner that caters to the culture, language, and other region specific needs. When we speak about…
Contents
-
-
-
-
-
Understand validation and data binding6m 2s
-
(Locked)
Understand the user registration flow1m 40s
-
(Locked)
Add a Controller to display the HTML form2m 33s
-
(Locked)
Create a user bean and add validation constraints7m 19s
-
(Locked)
Add a Controller method to submit the form5m
-
(Locked)
Bind properties and error messages on HTML8m 1s
-
(Locked)
Test the bean validation flow3m 12s
-
(Locked)
Add a custom validator4m 21s
-
(Locked)
Add InitBinder to register a custom validator1m 50s
-
(Locked)
Understand l10n and i18n3m 10s
-
(Locked)
Add LocaleConfiguration and ResourceBundle file7m 42s
-
(Locked)
Add a save user code10m 1s
-
(Locked)
Link the about template4m 58s
-
-
-
-
-