Java I18n 简明教程

Discuss Java Internationalization

国际化或 I18N 指的是应用程序能够用多种不同语言为用户提供服务的这种能力。Java 拥有针对国际化的内置支持。Java 还提供数字、货币的格式化以及相应地调整日期和时间。

Internationalization or I18N refers to the capablity of an Applicatyion to be able to server users in multiple and different languages. Java has in-built support for Internationalization. Java also provides formating of numbers, currecies and adjustment of date and time accordingly.