Internationalization In Java
1.1 Introduction to Internationalization
Java Internationalization (I18N) is Java's built-in support for making your application able to serve users in multiple languages.
Learn More... |
1.2 Java Internationalization Classes
There are number of classes used by internationalization to run the code in multiple languages.
Learn More... |
1.3 Locale Class
Local inner classes is declared inside a code block or method.
Local inner classes are never declared with an access modifiers like public, protected, private, default. Their scope is always restricted to the block in which they are declared.
Learn More... |
1.4 Internationalization(I18N) Example
This Example show how to run the code in multiple languages using .properties file.
Learn More... |
1.5 DateFormat Class
DateFormat is an abstract class for date/time formatting subclasses which formats and parses dates or time in a language-independent manner.
Learn More... |
1.6 NumberFormat Class
NumberFormat is the abstract base class for all number formats.
This class provides the interface for formatting and parsing numbers. NumberFormat also provides methods for determining which locales have number formats, and what their names are. NumberFormat helps you to format and parse numbers for any locale.
Learn More... |
1.7 Examples |


