- JAVA Internalization Tutorial
- JAVA I18N - Home
- JAVA I18N - Overview
- JAVA I18N - Environment Setup
- Locale Class Examples
- JAVA I18N - Locale Class
- JAVA I18N - Locale Details
- JAVA I18N - Display Language
- ResourceBundle Class Examples
- JAVA I18N - ResourceBundle Class
- NumberFormat Class Examples
- JAVA I18N - NumberFormat Class
- JAVA I18N - Format Currencies
- JAVA I18N - Format Percentages
- JAVA I18N - Set Min/Max Precision
- JAVA I18N - Set Rounding Mode
- JAVA I18N - Parsing Numbers
- DecimalFormat Class Examples
- JAVA I18N - DecimalFormat Class
- JAVA I18N - Formatting Patterns
- JAVA I18N - Locale Specific DecimalFormat
- JAVA I18N - DecimalFormatSymbols Class
- JAVA I18N - Grouping Digits
- DateFormat Class Examples
- JAVA I18N - DateFormat Class
- JAVA I18N - Formatting Dates
- JAVA I18N - Formatting Time
- JAVA I18N - Formatting Date and Time
- SimpleDateFormat Class Examples
- JAVA I18N - SimpleDateFormat Class
- JAVA I18N - Formatting Date
- JAVA I18N - DateFormatSymbols Class
- JAVA I18N - Date Format Patterns
- Time Zones Examples
- JAVA I18N - UTC
- Unicode Conversion
- JAVA I18N - From and To String Conversion
- JAVA I18N - From Reader and To Writer Conversion
- JAVA Internalization Useful Resources
- Java I18N - Quick Guide
- Java I18N - Useful Resources
- Java I18N - Discussion
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Java Internationalization Tutorial
Internationalization or I18N refers to the capablity of an Application 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.
This tutorial covers most of the topics required for a basic understanding of Java Internationalization and to get a feel of how it works.
Audience
This tutorial has been prepared for the beginners to help them understand the basic to advanced concepts related to Java Internationalization.
Prerequisites
Before you start practicing various types of examples given in this reference, we assume that you are already aware about computer programs and computer programming languages.
Advertisements