Component that defines locale specific settings.
Attributes | ||
mandatory
String
|
Language |
Language code (ex: 'en', 'fr', ...) |
optional
String
|
Country |
Country code (ex: 'us', 'uk', ...) |
optional
String
|
CharSet |
Character encoding to use with this language. |
optional
String
|
DateOutputFormat |
The date output format (see java.text.SimpleDateFormat). |
optional
String
|
DateInputFormat |
The date input format (see java.text.SimpleDateFormat). |
optional
String
|
TimeOutputFormat |
The time output format (see java.text.SimpleDateFormat). |
optional
String
|
TimeInputFormat |
The time input format (see java.text.SimpleDateFormat). |
optional
String
|
DateTimeOutputFormat |
The date and time output format (see java.text.SimpleDateFormat). |
optional
String
|
DateTimeInputFormat |
The date and time input format (see java.text.SimpleDateFormat). |