Home
Java
2D Graphics GUI
3D
Advanced Graphics
Ant
Apache Common
Chart
Class
Collections Data Structure
Data Type
Database SQL JDBC
Design Pattern
Development Class
EJB3
Email
Event
File Input Output
Game
Generics
GWT
Hibernate
I18N
J2EE
J2ME
JavaFX
JDK 6
JDK 7
JNDI LDAP
JPA
JSP
JSTL
Language Basics
Network Protocol
PDF RTF
Reflection
Regular Expressions
Scripting
Security
Servlets
Spring
Swing Components
Swing JFC
SWT JFace Eclipse
Threads
Tiny Application
Velocity
Web Services SOA
XML
Menu
Locale « I18N « Java
Java
I18N
Locale
1.
List Locales from Locale.getAvailableLocales()
2.
List all Locale from SimpleDateFormat
3.
Locale Constant
4.
Country Language Codes
5.
Get Days Of The Week for different locale
6.
Get Display Country for default locale
7.
Get ISO3 Language for default locale
8.
Get Display Name for default locale
9.
Get Display Variant for default locale
10.
Get the 2-letter country code; may be equal to ""
11.
List Locale Orientation
12.
Get localized name suitable for display to the user
13.
Setting the Default Locale on the command line
14.
Set language and country code on the command line
15.
Change the default locale is to call Locale.setDefault():
16.
Set the default locale to pre-defined locale
17.
Set the default locale to custom locale
18.
format date for a Locale
19.
Get a list of country names
20.
Set only language code on the command line
21.
Set a default Locale
22.
Disable localization
23.
Set of convenience routines for internationalized code
24.
Print the default locale
25.
Change the default locale
26.
iso639-2-language-code.csv
27.
iso3166-country-codes.csv
28.
Converts a String to a Locale
29.
Converts the double value to locale-independent string representation
30.
Calculate the postfix to append to a filename to load the correct single filename for that Locale.
31.
Calculate the postfixes along the search path from the base bundle to the bundle specified by baseName and locale.
32.
Concat postfix to the name. Take care of existing filename extension.
33.
Convert a string based locale into a Locale Object
34.
Obtains an unmodifiable set of installed locales.
35.
Obtains the list of languages supported for a given country.
36.
Obtains the list of locales to search through when performing a locale search.
37.
Parse the given localeString into a java.util.Locale
38.
Returns the parent locale of a given locale.
39.
This program demonstrates collating strings under various locales.
40.
This program demonstrates formatting dates under various locales.
41.
This program demonstrates formatting numbers under various locales.
42.
Builds a Locale instance from the passed string.
43.
Utility class providing methods to access the Locale of the current thread and to get Localised strings.