June 2025
Intermediate to advanced
1129 pages
53h
English
When developers start with console or GUI output, they often hardwire the output to a local language. If the language changes, the software can’t handle other country-specific rules, for example, when formatting floats. Developing “multilingual” programs that provide localized outputs in different languages is not too difficult. Basically, you’ll replace all language-dependent strings and formatting of data with code that takes into account country-specific output formats and rules. Java offers a solution for these cases: on one hand, you can define a language that then specifies rules according to which the Java API can automatically format data, and on the other hand, you can allow language-dependent ...
Read now
Unlock full access