Internationalization
-
Core Java
Resource Bundle Tricks and Best Practices
Today is resource bundle day. This is the most well known mechanism for internationalization (i18n) in Java in general. Working…
Read More » -
Enterprise Java
Spring 3 Internationalization and Localization
I wanted to add internationalization and localization feature provided by spring 3 to one of my current project recently. I…
Read More » -
Core Java
Customized Internationalization (i18n) in Java
Internationalization (i18n) is very important in our software projects. It brings mainly these benefits: Externalizing UI strings into external files other…
Read More »