Java Internalization Quick Guide

User Manual:

Open the PDF directly: View PDF PDF.
Page Count: 29

Scroll down to view the document on your mobile browser.
 Previous Page Next Page   Java Internalization - Quick GuideJava Internalization - Quick GuideJava Internalization - Quick GuideAdvertisementsJava Internalization - OverviewJava Internalization - OverviewJava Internalization - OverviewInternalization or I18N refers to the capablity of an Applicatyion to be able to server usersin multiple and different languages. Java has in-built support for Internalization. Java alsoprovides formating of numbers, currecies and adjustment of date and time accordingly.Java  Internationalization  helps  to  make  a  java  application  handle  differnt  languages,number formats, currencies, region specific time formatting.Localization or L10N is the adaptablity of an application that is how an application adaptsitself with a specific language, number formats, date and time settings etc.A java application should be internationalized in order to be able to localize itself.InternalizationInternalizationInternalizationLocalizationLocalizationLocalizationCulturally Dependent InformationCulturally Dependent InformationCulturally Dependent InformationFollowing information items often varies with different timezones or cultures.Following information items often varies with different timezones or cultures.Following information items often varies with different timezones or cultures.MessagesMessagesMessagesDateDateDateTimeTimeTimeNumberNumberNumberCurrencyCurrencyCurrency
Java has a set of built-in classes which help in internationalization of an application. Theseclasses are following:Sr.No. Class & Description1LocaleRepresents a language along with country/region.2ResourceBundleContains localized text or objects.3NumberFormatUse to format numbers/currencies as per the locale.4DecimalFormatUse to format numbers as per customized format and as per locale.5DateFormatUse to format dates as per locale.6SimpleDateFormatUse to format dates as per customized format and as per locale.Java Internalization - Environment SetupJava Internalization - Environment SetupJava Internalization - Environment SetupIn  this  chapter,  we  will  discuss  on  the  different  aspects  of  setting  up  a  congenialenvironment for Java.MeasurementsMeasurementsMeasurementsPhone NumbersPhone NumbersPhone NumbersPostal AddressesPostal AddressesPostal AddressesGUI labelsGUI labelsGUI labelsInternationalization ClassesInternationalization ClassesInternationalization ClassesLocal Environment SetupLocal Environment SetupLocal Environment Setup

Navigation menu