Java and frameworks

  • Java internationalization: Learn the basics — this article summarizes the basics you need to know in order to get started with Java i18n. You will find out how to work with Locale and ResourceBundle classes, switch locale, and perform pluralization. As a bonus, the post also explains how to work with the Cloud Translation API.
  • Spring Boot internationalization: Step-by-step — this tutorial revolves around internationalizing applications built using the Spring Boot framework. It covers all the necessary topics: working with translations, managing locales, performing pluralization and localization, and so on.
  • Java LocalDate Localization — this is an in-depth post that explains how to use Java LocalDate API in its subsequent Date and Time API.