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

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